From cde5a0391d6dc4f05ece30397bb3cdb9e068a0c1 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 22 Apr 2021 13:07:33 +0300 Subject: [PATCH] use a variable to set color for the optional tab line --- chrome/curved_tabs.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrome/curved_tabs.css b/chrome/curved_tabs.css index 4fd04a4..c6aa7fa 100644 --- a/chrome/curved_tabs.css +++ b/chrome/curved_tabs.css @@ -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 }