Advertisement
TalBe

Untitled

Sep 11th, 2018
501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.87 KB | None | 0 0
  1. /*titlebar*/
  2. .tabbrowser-tabs:not([movingtab]) .tabbrowser-tab[first-visible-tab] .tab-background,
  3. .tabbrowser-tabs[movingtab] .tabbrowser-tab[first-visible-tab][style*="translateX(0px)"] .tab-background {
  4.     border-inline-start: initial !important;
  5. }
  6. #titlebar-placeholder-on-TabsToolbar-for-captions-buttons {
  7.     display: none !important;
  8. }
  9.  
  10. .titlebar-placeholder[type="pre-tabs"] {
  11.     display: none !important;
  12.     border-inline-end: 1px solid black !important;
  13.     width: 1px !important;
  14. }
  15.  
  16. .titlebar-placeholder[type="post-tabs"] {display: none !important;}
  17. #urlbar {
  18.     border: none !important;
  19.     box-shadow: none !important;
  20.     color: var(--main-text) !important;
  21.     text-align: center !important;
  22. }
  23. textbox#urlbar {
  24.     height: 20px !important;
  25.     border-radius: 6px !important;
  26.     background-color: #131313 !important;
  27.     color: #ff9600 !important;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement