Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. #urlbar {}
  2.  
  3.  
  4. #titlebar, #nav-bar {
  5. box-shadow: none !important;
  6. background-color: #1f1f24 !important;
  7. }
  8.  
  9. #nav-bar {
  10. padding: 0px 8px !important;
  11. }
  12.  
  13.  
  14. #TabsToolbar {
  15. min-height: 26px !important;
  16. padding-top: 3px !important;
  17. }
  18.  
  19. #urlbar {
  20. border: none !important;
  21. border: none !important;
  22. box-shadow: none !important;
  23. transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
  24. /* background-color: #1f1f24 !important; */
  25.  
  26. background-color: #2d2d34 !important;
  27. }
  28.  
  29.  
  30. #urlbar-container {
  31. margin-left: 3px;
  32. }
  33.  
  34. .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {
  35. width: 10px !important;
  36. }
  37.  
  38. #urlbar[focused="true"] {
  39. box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;
  40. }
  41.  
  42. .tab-content {
  43. border-radius: 4px;
  44. /*background-color: #1f1f24 !important; */
  45. transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  46. }
  47.  
  48. .tab-content[selected="true"] {
  49. z-index: 100 !important;
  50. background-color: #2d2d34 !important;
  51. /* box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important; */
  52. }
  53.  
  54. .tabbrowser-tab {
  55. margin-right: 5px !important;
  56. transition: opacity 0.2s ease-in-out;
  57. opacity: 0.5 !important;
  58. }
  59.  
  60. #tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox, #tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
  61. line-height: 16.5 !important;
  62. }
  63.  
  64. :root[uidensity="compact"] {
  65. --tab-min-height: 34px;
  66. }
  67. .tabbrowser-tab[multiselected], .tabbrowser-tab[visuallyselected="true"] {
  68. opacity: 1 !important;
  69. }
  70.  
  71. .titlebar-spacer {
  72. border: none !important;
  73. }
  74.  
  75. .arrowscrollbox-scrollbox {
  76. overflow: visible !important;
  77. }
  78.  
  79. .tab-background, .tab-loading-burst {
  80. display: none !important;
  81. background: transparent !important;
  82. }
  83.  
  84. .tabbrowser-tab::before, .tabbrowser-tab::after {
  85. display: none !important;
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement