From dd6c73183e33544e10cc2ecfb8c09af8de1dddbf Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 25 Apr 2021 05:48:49 +0300 Subject: [PATCH] reverse tab-background direction so context-line shows at bottom --- chrome/curved_tabs.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome/curved_tabs.css b/chrome/curved_tabs.css index fe79104..a0ba24f 100644 --- a/chrome/curved_tabs.css +++ b/chrome/curved_tabs.css @@ -56,6 +56,8 @@ See the above repository for updates as well as full license text. */ transform: scaleX(-1); } +.tab-background{ -moz-box-direction: reverse } + .tabbrowser-tab:hover > stack > .tab-background, .tab-background[selected]{ border-radius: var(--uc-tab-curve-size) var(--uc-tab-curve-size) 0 0 !important;