notevenjoe

firefox theme

Aug 26th, 2020
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. #urlbar-input {
  2. text-align: center !important;
  3. }
  4.  
  5. #toolbar-menubar, #TabsToolbar {
  6. background-color: #cccccc !important;
  7. }
  8.  
  9. .titlebar-close {
  10. list-style-image: url("close dark.png") !important;
  11. }
  12.  
  13. window:not([sizemode="maximized"]) > #titlebar{
  14. margin-bottom: -31px !important;
  15. }
  16.  
  17. .tabbrowser-tab .tab-line {
  18. background-color: #cccccc !important;
  19. color: #f2f2f2 !important;
  20. }
  21.  
  22. #urlbar {
  23. border-color: #cccccc !important;
  24. }
  25.  
  26. /* ::::: Active tab shadows ::::: */
  27. .tabbrowser-tab[visuallyselected="true"]:not([pinned]) {
  28. box-shadow: 0px 0px 8px 0px #666;
  29. }
  30.  
  31. .titlebar-spacer[type="pre-tabs"]
  32. {
  33. display: none !important;
  34. }
  35.  
  36. /* Fix back button */
  37. #back-button>.toolbarbutton-icon {
  38. transform: scale(.85, .85) !important;
  39. animation: none !important;
  40. border: none !important;
  41. box-shadow: none !important;
  42. }
  43.  
  44. #back-button:not(:hover),
  45. #back-button:not(:hover) > .toolbarbutton-icon {
  46. background: none !important;
  47. }
  48.  
  49. #back-button:hover,
  50. #back-button:hover > .toolbarbutton-icon {
  51. border-radius: 2px !important;
  52. }
  53.  
  54. :-moz-any(#content,#appcontent) browser {
  55. margin-right:-18px!important;
  56. overflow-y:scroll;
  57. margin-bottom:-1px!important;
  58. overflow-x:scroll;
  59. }
  60.  
  61. .titlebar-close {
  62. transform: scale(.8) !important;
  63. }
  64.  
  65. /**
  66. * Mimic Opera tab separators.
  67. * Shorter and more subtle.
  68. */
  69.  
  70. .tabbrowser-tab::after,
  71. .tabbrowser-tab::before {
  72. margin-bottom: 9px !important;
  73. margin-top: 9px !important;
  74. }
  75.  
  76. #navigator-toolbox { --tabs-border-color: transparent !important; }
Advertisement
Add Comment
Please, Sign In to add comment