Pass colors to in-content dialog boxes
This commit is contained in:
parent
cdcac5f7a3
commit
37bf0d33aa
1 changed files with 11 additions and 11 deletions
|
@ -1,20 +1,20 @@
|
||||||
/* Recolors addons manager, preferences page and new about:config */
|
|
||||||
|
|
||||||
|
|
||||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||||
@namespace html url("http://www.w3.org/1999/xhtml");
|
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||||
|
|
||||||
@-moz-document url-prefix("about:addons"),
|
@-moz-document url-prefix("about:addons"),
|
||||||
url-prefix("about:preferences"),
|
url-prefix("about:preferences"),
|
||||||
|
url-prefix("chrome://browser/content/"),
|
||||||
|
url-prefix("chrome://mozapps/content/"),
|
||||||
|
url-prefix("chrome://pippki/content/"),
|
||||||
url-prefix("chrome://mozapps/content/extensions/aboutaddons.html"){
|
url-prefix("chrome://mozapps/content/extensions/aboutaddons.html"){
|
||||||
:root,
|
:root,
|
||||||
html|html{
|
html|html{
|
||||||
--in-content-page-color: rgb(210,210,210) !important;
|
--in-content-page-color: rgb(210,210,210) !important;
|
||||||
--in-content-text-color: rgb(210,210,210) !important;
|
--in-content-text-color: rgb(210,210,210) !important;
|
||||||
--in-content-page-background: rgb(46,54,69) !important;
|
--in-content-page-background: rgb(46,54,69) !important;
|
||||||
--in-content-box-background: rgba(255,255,255,0.1) !important;
|
--in-content-box-background: rgba(255,255,255,0.1) !important;
|
||||||
--in-content-deemphasized-text: var(--in-content-text-color) !important;
|
--in-content-deemphasized-text: var(--in-content-text-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
menulist > menupopup{ background-color: var(--in-content-page-background) !important; }
|
menulist > menupopup{ background-color: var(--in-content-page-background) !important; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue