Guest User

Untitled

a guest
Dec 11th, 2021
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.83 KB | None | 0 0
  1. #urlbar[open="true"] #urlbar-background {
  2.   background-color: rgb(68, 68, 68, 0.75) !important;
  3. }
  4.  
  5. #urlbar[focused=true] {
  6.     border: 1.5px solid rgb(255,30,0) !important;
  7.     border-radius: 4.5px;
  8.   background-color: rgb(68, 68, 68, 0.75) !important;
  9. }
  10. #urlbar #urlbar-background {
  11.     border: none !important;
  12. background: none !important;
  13. }
  14.  
  15. :root[inFullscreen] #nav-bar{
  16. border-inline: none !important;
  17. }
  18.  
  19. #TabsToolbar{ visibility: collapse !important }
  20.  
  21. :root[tabsintitlebar]{
  22.   --uc-window-control-width: 138px; /* Space reserved for window controls */
  23.   --uc-window-drag-space-width: 24px; /* Extra space reserved on both sides of the nav-bar to be able to drag the window */
  24. }
  25.  
  26. #nav-bar{
  27.   border-inline: var(--uc-window-drag-space-width,0px) solid transparent;
  28.   border-inline-style: solid !important;
  29.   border-right-width: calc(var(--uc-window-control-width,0px) + var(--uc-window-drag-space-width,0px));
  30.   background: none !important;
  31.   padding-top: 0px !important;
  32. }
  33.  
  34. :root{ --uc-toolbar-height: 32px; }
  35.  
  36. :root:not([uidensity="compact"]){--uc-toolbar-height: 38px}
  37.  
  38. :root {
  39.   --tabs-border: transparent !important;
  40.   --chrome-content-separator-color: none !important;
  41.   --toolbarbutton-border-radius: 4.5px !important;
  42.   --lwt-toolbar-field-border-color: rgba(249, 249, 250, 0.2) !important;
  43.   --urlbar-separator-color: var(--lwt-toolbar-field-border-color) !important;
  44.   --toolbar-field-focus-border-color: none !important;
  45. }
  46.  
  47. :root:not([inFullscreen]) #nav-bar{
  48.   margin-top: calc(0px - var(--uc-toolbar-height));
  49. }
  50.  
  51. #toolbar-menubar{
  52.   min-height:unset !important;
  53.   height:var(--uc-toolbar-height) !important;
  54.   position: relative;
  55. }
  56.  
  57. #main-menubar{
  58.   -moz-box-flex: 1;
  59.   background-color: var(--toolbar-bgcolor,--toolbar-non-lwt-bgcolor);
  60.   background-clip: padding-box;
  61.   border-right: 30px solid transparent;
  62.   border-image: linear-gradient(to left, transparent, var(--toolbar-bgcolor,--toolbar-non-lwt-bgcolor) 30px) 20 / 30px
  63. }
  64.  
  65. #toolbar-menubar:not([inactive]){ z-index: 2 }
  66. #toolbar-menubar[inactive] > #menubar-items {
  67.   opacity: 0;
  68.   pointer-events: none;
  69.   margin-left: var(--uc-window-drag-space-width,0px)
  70. }
  71.  
  72. .titlebar-placeholder {
  73.   border: none !important;
  74. }
  75.  
  76. .titlebar-buttonbox-container .titlebar-button .toolbarbutton-icon {
  77.     stroke: #fff;
  78. }
  79.  
  80. .titlebar-buttonbox-container .titlebar-button:hover {
  81.     background: none !important;
  82. }
  83.  
  84. .titlebar-buttonbox-container .titlebar-button:hover .toolbarbutton-icon {
  85.     stroke: #04d9ff;
  86. }
  87.  
  88. .titlebar-buttonbox-container .titlebar-button.titlebar-close .toolbarbutton-icon {
  89.     stroke: #ff073a;
  90. }
  91.  
  92. .titlebar-buttonbox-container .titlebar-button.titlebar-close:hover .toolbarbutton-icon {
  93.     stroke: #ff073a;
  94. }
  95.  
  96.  
  97. #sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
  98.   display: none;
  99. }
Advertisement
Add Comment
Please, Sign In to add comment