update color variables

This commit is contained in:
MrOtherGuy 2019-05-10 05:24:19 +03:00
parent cfa383b412
commit fb607dbccd

View file

@ -10,7 +10,7 @@ Window controls will be all wrong without it
:root:not([uidensity="compact"]){--uc-toolbar-height: 38px} :root:not([uidensity="compact"]){--uc-toolbar-height: 38px}
#TabsToolbar{ visibility: collapse } #TabsToolbar{ visibility: collapse !important }
:root:not([inFullscreen]) #nav-bar{ :root:not([inFullscreen]) #nav-bar{
margin-top: calc(0px - var(--uc-toolbar-height)); margin-top: calc(0px - var(--uc-toolbar-height));
@ -24,10 +24,10 @@ Window controls will be all wrong without it
#main-menubar{ #main-menubar{
-moz-box-flex: 1; -moz-box-flex: 1;
background: var(--toolbar-non-lwt-bgcolor); background-color: var(--toolbar-bgcolor,--toolbar-non-lwt-bgcolor);
background-clip: padding-box; background-clip: padding-box;
border-right: 30px solid transparent; border-right: 30px solid transparent;
border-image: linear-gradient(to left, transparent, var(--toolbar-non-lwt-bgcolor) 30px) 20 / 30px border-image: linear-gradient(to left, transparent, var(--toolbar-bgcolor,--toolbar-non-lwt-bgcolor) 30px) 20 / 30px
} }
#toolbar-menubar:not([inactive]){ z-index: 2 } #toolbar-menubar:not([inactive]){ z-index: 2 }
@ -35,4 +35,4 @@ Window controls will be all wrong without it
opacity: 0; opacity: 0;
pointer-events: none; pointer-events: none;
margin-left: var(--uc-window-drag-space-width,0px) margin-left: var(--uc-window-drag-space-width,0px)
} }