Last active
June 8, 2021 00:24
-
-
Save pethesdaniel/ec2319e5038a6b4722d3e692713f9471 to your computer and use it in GitHub Desktop.
Firefox 89.0beta Skeuomorph tabs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.tab-background { | |
border-radius: var(--tab-border-radius) var(--tab-border-radius) 0px 0px !important; | |
margin-bottom: 0px !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); | |
} | |
#TabsToolbar .toolbarbutton-1 { | |
margin-top: var(--proton-tab-block-margin) !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, good.
Thank you for using my project.