mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
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,11 +1,11 @@
|
||||||
/* 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{
|
||||||
|
|
Loading…
Reference in a new issue