From 218f4e32a9e106836dabaa3cc7f2120280f7d689 Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Mon, 11 Oct 2021 03:06:20 +0900 Subject: [PATCH] Add: Common Dialog - Proton like --- userChrome.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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") {