logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git

cursor.less (117B)


  1. // display cursor
  2. .cursor-text {
  3. cursor: text !important;
  4. }
  5. .cursor-pointer {
  6. cursor: pointer !important;
  7. }