diff --git a/userChrome.css b/userChrome.css index 652386c..dbdc988 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1095,7 +1095,8 @@ } /*= Proton Commons =========================================================*/ - @-moz-document url("chrome://mozapps/content/downloads/unknownContentType.xhtml"), + @-moz-document url("chrome://global/content/commonDialog.xhtml"), + url("chrome://mozapps/content/downloads/unknownContentType.xhtml"), url("chrome://browser/content/pageinfo/pageInfo.xhtml") { /*- Overwrite ------------------------------------------------------------*/ @@ -1580,6 +1581,16 @@ } } + /*= Common Dialog ==========================================================*/ + @-moz-document url("chrome://global/content/commonDialog.xhtml") + { + #commonDialog { + -moz-appearance: none !important; /* For Mac */ + color: var(--in-content-page-color) !important; + background-color: var(--in-content-page-background) !important; + } + } + /*= Downloads ==============================================================*/ @-moz-document url("chrome://mozapps/content/downloads/unknownContentType.xhtml") {