apply dark mode rules to sanitize window

This commit is contained in:
MrOtherGuy 2021-03-13 08:26:39 +02:00
parent fd143b1cc6
commit a796704dcc

View file

@ -16,6 +16,7 @@ See the above repository for updates as well as full license text. */
url-prefix(chrome://browser/content/preferences/dialogs/), url-prefix(chrome://browser/content/preferences/dialogs/),
url("chrome://mozapps/content/handling/dialog.xhtml"), url("chrome://mozapps/content/handling/dialog.xhtml"),
url-prefix(chrome://browser/content/pageinfo/), url-prefix(chrome://browser/content/pageinfo/),
url-prefix(chrome://browser/content/sanitize.xhtml),
url-prefix("chrome://mozapps/content/downloads"){ url-prefix("chrome://mozapps/content/downloads"){
:root{ background-color: rgb(50,50,52) !important; } :root{ background-color: rgb(50,50,52) !important; }
#placesToolbox, #placesToolbox,
@ -48,7 +49,7 @@ See the above repository for updates as well as full license text. */
} }
menulist{ border: 1px solid graytext; padding-inline-end: 4px } menulist{ border: 1px solid graytext; padding-inline-end: 4px }
menulist dropmarker{ filter: invert(1) } dropmarker{ filter: invert(1) }
menulist:hover{ border-color: highlight; background-color: rgba(255,255,255,0.1) } menulist:hover{ border-color: highlight; background-color: rgba(255,255,255,0.1) }
.menubar-left{ fill: currentColor; -moz-context-properties: fill; } .menubar-left{ fill: currentColor; -moz-context-properties: fill; }