Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. #sidebar-search-container, .sidebar-placesTreechildren {
  4. background: black !important;
  5. }
  6.  
  7. #sidebar-title {
  8. color: white !important;
  9. background: black !important;
  10. }
  11.  
  12. #search-box, .compact, .textbox-input-box {
  13. color: white !important;
  14. border-color: black !important;
  15. background: black !important;
  16. }
  17.  
  18. #bookmarks-view-children, #sidebar-search-label {
  19. color: white !important;
  20. background: black !important;
  21. }
  22.  
  23. #nav-bar {
  24. color: white !important;
  25. border: none !important;
  26. background: black !important;
  27. }
  28.  
  29. #nav-bar, .toolbarbutton-text {
  30. color: white !important;
  31. }
  32.  
  33. #urlbar, .searchbar-textbox {
  34. color: white !important;
  35. border: none !important;
  36. background-color: black !important
  37. }
  38.  
  39. #urlbar * {
  40. border-color: black !important;
  41. }
  42.  
  43. .tabbrowser-tab {
  44. color: white !important;
  45. background: black !important;
  46. }
  47.  
  48. #page-proxy-stack, .searchbar-engine-button {
  49. border: none !important;
  50. background: black !important
  51. }
  52.  
  53. #identity-box > hbox {
  54. margin-left: -4px
  55. }
  56.  
  57. #ff-fullscreen-button {
  58. display: none !important
  59. }
  60.  
  61. .tabs-stack{
  62. -moz-appearance: none !important;
  63. background: black!important}
  64.  
  65. .tabs-bottom,#sidebar-header {
  66. -moz-appearance: none !important;
  67. background: black!important}
  68.  
  69. .compact{
  70. -moz-appearance: none !important;
  71. border:none !important;
  72. background: black!important}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement