mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
Don't modify toolbox-after-color in lwthemes
This commit is contained in:
parent
20cc8b92e4
commit
e3b3cc12d2
1 changed files with 5 additions and 2 deletions
|
|
@ -3057,7 +3057,7 @@ toolbar[brighttext] #addonbar-closebutton {
|
|||
|
||||
@media (-moz-os-version: windows-vista),
|
||||
(-moz-os-version: windows-win7) {
|
||||
:root {
|
||||
:root:not(:-moz-lwtheme) {
|
||||
--toolbox-after-color: #aabccf;
|
||||
}
|
||||
}
|
||||
|
|
@ -3065,9 +3065,12 @@ toolbar[brighttext] #addonbar-closebutton {
|
|||
@media (-moz-os-version: windows-win8),
|
||||
(-moz-os-version: windows-win10) {
|
||||
:root {
|
||||
--toolbox-after-color: #bcbcbc;
|
||||
--toolbar-custom-color: hsl(210,0%,92%);
|
||||
}
|
||||
|
||||
:root:not(:-moz-lwtheme) {
|
||||
--toolbox-after-color: #bcbcbc;
|
||||
}
|
||||
}
|
||||
|
||||
#navigator-toolbox[tabsontop=true] #urlbar:not(:-moz-lwtheme),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue