From 8fc65985c08b00ebe3af0b42d34fcfe1f82a058c Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Tue, 27 Apr 2021 09:18:45 +0900 Subject: [PATCH] Add: @Dragoner7 's skeuomorph tab https://gist.github.com/Dragoner7/ec2319e5038a6b4722d3e692713f9471 --- userChrome.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/userChrome.css b/userChrome.css index bc89d4c..2981763 100644 --- a/userChrome.css +++ b/userChrome.css @@ -7,6 +7,15 @@ background: var(--toolbar-bgcolor) !important; } + +#tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-background[multiselected="true"]:-moz-lwtheme, #tabbrowser-tabs:not([movingtab]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-background[selected="true"]:-moz-lwtheme { + background-image: linear-gradient(var(--toolbar-bgcolor, transparent), var(--toolbar-bgcolor, transparent)), linear-gradient(var(--toolbar-bgcolor), var(--toolbar-bgcolor)), var(--lwt-header-image, none) !important; +} + +#TabsToolbar[brighttext] #tabbrowser-tabs:not([noshadowfortests]) .tabbrowser-tab:is([visuallyselected="true"], [multiselected]) > .tab-stack > .tab-background:-moz-lwtheme { + box-shadow: 0 0 1px var(--dark-menu-color) !important; +} + .tab-content { margin-top: var(--proton-tab-block-margin); }