use a variable to set color for the optional tab line

This commit is contained in:
MrOtherGuy 2021-04-22 13:07:33 +03:00
parent 693d8b0bbd
commit cde5a0391d

View file

@ -8,6 +8,7 @@ See the above repository for updates as well as full license text. */
--uc-tabs-scrollbutton-border: 0px;
--proton-tab-block-margin:0px;
--tab-min-height: 34px;
--uc-tab-line-color: rgb(10, 132, 255);
}
#TabsToolbar{ --toolbarbutton-inner-padding: 6px !important; }
@ -79,9 +80,11 @@ See the above repository for updates as well as full license text. */
content: "";
display: -moz-box;
height: 2px;
background: highlight !important;
background: var(--uc-tab-line-color) !important;
}
*/
/* OPTIONAL - uncomment the following to flip the curves vertically - maybe useful for tabs on bottom ? */
/*
.tab-background{ -moz-box-direction: reverse }