Advertisement
Guest User

Untitled

a guest
Nov 8th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. #titlebar { display: none !important; }
  2.  
  3. #header {
  4. min-height: 0px !important;
  5. background-color: #1A1A1A !important;
  6. }
  7.  
  8. #tabs-container {
  9. background-color: #EEEEEE !important;
  10. border: none !important;
  11. padding: 0px !important;
  12. }
  13.  
  14. .tab .tab-audio {
  15. color: #767575 !important;
  16. }
  17.  
  18. .address-bottom .toolbar-addressbar {
  19. box-shadow: none !important;
  20. border: none !important;
  21. margin: 0px !important;
  22. padding: 0px !important;
  23. height: 34px !important;
  24. }
  25.  
  26. #tabs-container .newtab,
  27. #tabs-container .toggle-trash,
  28. .button-toolbar.home,
  29. .button-toolbar.back,
  30. .button-toolbar.forward,
  31. .button-toolbar.reload {
  32. display: none !important;
  33. }
  34.  
  35. .tab {
  36. padding-right: 0px !important;
  37. margin: 0px !important;
  38. }
  39.  
  40. .button-toolbar.rewind{
  41. display:none !important;
  42. }
  43.  
  44. .tab .favicon {
  45. border: none !important;
  46. background-color: transparent !important;
  47. }
  48.  
  49. .tab .title {
  50. display: inline-block !important;
  51. font-size: 11px !important;
  52. color: #111 !important;
  53. -webkit-mask-image: none !important;
  54. opacity: 1 !important;
  55. }
  56.  
  57. .addressfield .addressfield-siteinfo .siteinfo-symbol,
  58. .button-addressfield.bookmark,
  59. .button-addressfield.reader-mode,
  60. .input-dropdown svg {
  61. display: none !important;
  62. }
  63.  
  64. .addressfield {
  65. border: none !important;
  66. border-radius: 4px !important;
  67. box-shadow: none !important;
  68. }
  69.  
  70. .tab { background-color: #EAEAEA !important; }
  71. .tab .title { color: #7B7B7B !important; }
  72. .tab.active { background-color: #fffcfc !important; }
  73. .tab.active .title { color: #262626 !important; }
  74.  
  75. *::-webkit-scrollbar { display: none !important; }
  76.  
  77. .tab .button-badge {
  78. font-family: "Consolas";
  79. color: #fff !important;
  80. background-color: #528BFF !important;
  81. top: auto;
  82. bottom: auto;
  83. left: auto;
  84. right: 0px;
  85. margin-right: 8.5px !important;
  86. z-index: 2000 !important;
  87. border: none !important;
  88. padding-bottom: 1px !important;
  89. }
  90.  
  91. #hide forward
  92. .button-toolbar.rewind{display:none !important}
  93. .button-toolbar.next{display:none !important}
  94.  
  95. #tabs-container.no-thumbs.bottom {
  96. order: -1;
  97. padding-top: 4px;
  98. padding-bottom: 0px;
  99. }
  100. .toolbar.toolbar-addressbar {
  101. display: flex;
  102. order: -2;
  103. }
  104. .stacks-on.tabs-bottom .tab-strip .tab-group-indicator {
  105. bottom: 28px;
  106. }
  107. .stacks-on.tabs-bottom .tab-strip .tab-group-indicator .tab-indicator.active {
  108. padding-top: 3px;
  109. }
  110. #header {
  111. min-height: 0 !important;
  112. z-index: auto;
  113. }
  114. .container {
  115. width: 100%;
  116. display: flex;
  117. justify-content: space-between;
  118. -webkit-app-region: drag;
  119. }
  120. #browser.mac .window-buttongroup {
  121. display: flex;
  122. margin-top: 9px !important;
  123. }
  124. #browser.mac .window-buttongroup button {
  125. margin-right: 8px;
  126. }
  127. #browser.mac .window-buttongroup button.window-minimze {
  128. order: 1;
  129. }
  130. #browser.mac .window-buttongroup button.window-maximize {
  131. order: 2;
  132. }
  133.  
  134.  
  135. .toolbar-addressbar:after {
  136. display: none !important;
  137. }
  138.  
  139. div.myautoscroll:hover {
  140. overflow: auto;
  141. padding-right: 1px;
  142. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement