Apply colors to html-about:addons

This commit is contained in:
MrOtherGuy 2019-07-09 12:42:56 +03:00
parent b6c43cf060
commit f3673be225

View file

@ -5,12 +5,15 @@
@namespace html url("http://www.w3.org/1999/xhtml");
@-moz-document url-prefix("about:addons"),
url-prefix("about:preferences"){
:root{
url-prefix("about:preferences"),
url-prefix("chrome://mozapps/content/extensions/aboutaddons.html"){
:root,
html|html{
--in-content-page-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-box-background: rgba(255,255,255,0.1) !important;
--in-content-deemphasized-text: var(--in-content-text-color) !important;
}
menulist > menupopup{ background-color: var(--in-content-page-background) !important; }
@ -19,6 +22,7 @@
.info-panel,
.extension-controlled,
.message-bar,
html|message-bar,
.alert,
treecol{
background-color: var(--in-content-box-background) !important;