ShadowFox/userChrome-files/common_dialog.css

8 lines
229 B
CSS
Raw Normal View History

2018-02-07 16:58:49 +00:00
@-moz-document url("chrome://global/content/commonDialog.xul"){
#commonDialog{
-moz-appearance: none !important;
background: var(--primary-dark-color) !important;
color: var(--primary-light-color) !important;
}
}