Fix: System Default Theme - Navigator toolbox background at mac's lwtheme

This commit is contained in:
alstjr7375 2021-10-26 12:01:30 +09:00
parent 16f313ea6f
commit 904aea3e84

View file

@ -671,7 +671,8 @@
}
/*- Toolbar --------------------------------------------------------------*/
#navigator-toolbox {
:root:not(:-moz-lwtheme) #navigator-toolbox,
:root[lwt-default-theme-in-dark-mode] #navigator-toolbox {
appearance: auto !important;
}