From ac1cf022a3c8c714bbf8f61eaefc64ebc9e7c7a3 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 20 Oct 2021 15:14:11 +0900 Subject: [PATCH] Fix: Bottom Rounded Corner - Position #251 --- userChrome.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/userChrome.css b/userChrome.css index ed791bb..60cc51c 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1581,8 +1581,8 @@ /** Selected Tab - Bottom Rounded Corner ************************************/ #tabbrowser-tabs { - --tab-corner-rounding: 4px; /* 10px looks about like chromium - 17px looks close to Australis tabs */ - --tab-corner-padding: 1px; + --tab-corner-rounding: 3px; /* 10px looks about like chromium - 17px looks close to Australis tabs */ + --tab-corner-padding: 0px; --tab-corner-position: calc(var(--tab-corner-padding) - var(--tab-corner-rounding)); } @@ -1591,7 +1591,7 @@ /* Box */ display: block !important; position: absolute !important; - z-index: -1 !important; + z-index: 1 !important; /* Shape */ width: var(--tab-corner-rounding) !important;