clean up formatting

This commit is contained in:
bmFtZQ 2021-04-15 07:13:53 +08:00 committed by GitHub
parent 72fc5a3d76
commit 7f2019f2d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 300 additions and 367 deletions

View file

@ -1,27 +1,31 @@
/* Edge Style Tabs */
/* Edge Style Tab Shadows */
#nav-bar {
box-shadow: 0 -1px 2px -1px #0004 !important;
}
:root[lwthemetextcolor="bright"] #nav-bar {
box-shadow: 0 -1px 2px -1px #0006 !important;
}
.tabbrowser-tab[visuallyselected] .tab-background {
box-shadow: 0 2px 4px #0005, 0 -1px 2px -1px #0004 !important;
}
:root[lwthemetextcolor="bright"] .tabbrowser-tab[visuallyselected] .tab-background, :root[lwthemetextcolor="bright"] {
:root[lwthemetextcolor="bright"] .tabbrowser-tab[visuallyselected] .tab-background,
:root[lwthemetextcolor="bright"] {
box-shadow: 0 2px 4px #0008, 0 -1px 2px -1px #0006 !important;
}
#TabsToolbar > .toolbar-items {
#TabsToolbar>.toolbar-items {
margin-top: -2px !important;
}
.tabbrowser-tab,
#TabsToolbar-customization-target > :not(#tabbrowser-tabs),
#TabsToolbar-customization-target> :not(#tabbrowser-tabs),
#TabsToolbar #tabs-newtab-button,
/* no ::part workaround - may have side effects */
#scrollbutton-up[part="scrollbutton-up"]:not(.menupopup-scrollbutton),
#scrollbutton-down[part="scrollbutton-down"]:not(.menupopup-scrollbutton)
{
#scrollbutton-down[part="scrollbutton-down"]:not(.menupopup-scrollbutton) {
margin-top: 2px !important;
}
}