
Unable to change dropdown menu color when high contrast theme is enabled.
I have Windows 11 with high contrast mode enabled and I have tried all the settings, to check in registry, in the theme file itself (.theme) and in the settings of Fiferox. Could you please suggest what else can be done?
I have Windows 11 with high contrast mode enabled and I have tried all the settings, to check in registry, in the theme file itself (.theme) and in the settings of Fiferox. Could you please suggest what else can be done?
被選擇的解決方法
https://support.mozilla.org/en-US/questions/1350180
userChrome.css
menupopup {
--panel-color: #BABABA !important; --panel-background: #424238 !important;
}
從原來的回覆中察看解決方案 👍 0所有回覆 (1)
選擇的解決方法
https://support.mozilla.org/en-US/questions/1350180
userChrome.css
menupopup {
--panel-color: #BABABA !important; --panel-background: #424238 !important;
}
由 booya 於