Advertisement
Guest User

Untitled

a guest
Jun 1st, 2012
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
  2.  
  3.  
  4. #main-window:not([disablechrome]) #navigator-toolbox[tabsontop="true"] {
  5. border: 0px !important;
  6. }
  7.  
  8. .tabbrowser-arrowscrollbox > .scrollbutton-up,
  9. .tabbrowser-arrowscrollbox > .scrollbutton-down,
  10. toolbarbutton#appmenu-toolbar-button,
  11. toolbarbutton#alltabs-button,
  12. toolbarbutton#new-tab-button,
  13. .tabs-closebutton-box,
  14. .tab-close-button {
  15. display: none !important;
  16. }
  17.  
  18. tabs#tabbrowser-tabs, tabs#tabbrowser-tabs * {
  19. -moz-appearance: none !important;
  20. -moz-border-radius: 0px !important;
  21. border: 0px !important;
  22. margin: 0px !important;
  23. padding: 0 !important;
  24. background-image: none !important;
  25. font-family: monospace !important;
  26. }
  27.  
  28. tabs#tabbrowser-tabs {
  29. background: #3f3f3f !important;
  30. }
  31.  
  32. .tabbrowser-tab {
  33. min-height: 18px !important;
  34. color: #adadad !important;
  35. background: #3f3f3f !important;
  36. padding:0px 5px !important;
  37. }
  38.  
  39. .tabbrowser-tab[selected=true] {
  40. background: #5ca84f !important;
  41. color: #3f3f3f !important;
  42. font-weight: bold !important;
  43. }
  44.  
  45. .tabs-newtab-button {
  46. display: none;
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement