Advertisement
ravmunken

Edits

Dec 29th, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.72 KB | None | 0 0
  1. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  2.  
  3. scrollbar {visibility:collapse !important; }
  4.  
  5.  
  6. /* Remove Search Bar Engine Button */
  7. .searchbar-engine-button{display: none !important;}
  8.  
  9.  
  10. /* Remove the search button (magnifying glass) */
  11. .search-go-button{display: none !important;}
  12.  
  13. .tab-throbber{display: none !important;}
  14.  
  15. .tab-icon-image{display: none !important;}
  16.  
  17. .tab-close-button{display: none !important;}
  18.  
  19. .autocomplete-history-dropmarker{display: none !important;}
  20.  
  21. #appmenu-button{display: none !important;}
  22.  
  23.  
  24. /* Remove the Bookmark Star */
  25. #star-button {display: none !important;}
  26.  
  27.  
  28. /* Remove Downloads Window Search Box */
  29. #searchbox {display:none !important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement