fix tab shadows
This commit is contained in:
parent
f6368602c4
commit
c53c68194b
2 changed files with 3 additions and 3 deletions
|
@ -143,7 +143,7 @@ bugs with certain themes eg. dark text on dark background.) */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Mica broken on newer versions of Firefox */
|
/* Mica broken on newer versions of Firefox */
|
||||||
/* Uncomment to enable, only works for Firefox versions lower than 117 */
|
/* Uncomment to enable, only works for Firefox versions lower than 115 */
|
||||||
/* @media (-moz-platform: windows) {
|
/* @media (-moz-platform: windows) {
|
||||||
@supports -moz-bool-pref("uc.tweak.win11-mica") {
|
@supports -moz-bool-pref("uc.tweak.win11-mica") {
|
||||||
#main-window:not([inFullscreen]):not(:-moz-lwtheme),
|
#main-window:not([inFullscreen]):not(:-moz-lwtheme),
|
||||||
|
|
|
@ -392,7 +392,7 @@ toolbarbutton[part="scrollbutton-down"] {
|
||||||
0 2px 4px rgba(0, 0, 0, 0.45), 0 0px 2px rgba(0, 0, 0, 0.2);
|
0 2px 4px rgba(0, 0, 0, 0.45), 0 0px 2px rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabbrowser-tab:is([visuallyselected="true"], [multiselected])>.tab-stack>.tab-background,
|
#tabbrowser-tabs .tab-background:is([selected], [multiselected]),
|
||||||
#TabsToolbar #firefox-view-button[open] > .toolbarbutton-icon {
|
#TabsToolbar #firefox-view-button[open] > .toolbarbutton-icon {
|
||||||
box-shadow: var(--uc-tab-shadow) !important;
|
box-shadow: var(--uc-tab-shadow) !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue