diff --git a/userChrome.css b/userChrome.css index d63b20f..9494d2f 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1097,6 +1097,7 @@ /*= Proton Commons =========================================================*/ @-moz-document url("chrome://global/content/commonDialog.xhtml"), url("chrome://pippki/content/editcacert.xhtml"), + url("chrome://pippki/content/deletecert.xhtml"), url("chrome://mozapps/content/downloads/unknownContentType.xhtml"), url("chrome://browser/content/pageinfo/pageInfo.xhtml") { @@ -1121,6 +1122,7 @@ /*- Dialog ---------------------------------------------------------------*/ #commonDialog, #editCaCert, + #deleteCertificate, #unknownContentType, #topBar, /* #topBar, #mainDeck: Page Info */ #mainDeck { @@ -1594,6 +1596,18 @@ } } + /*= Delete Cert =============================================================*/ + @-moz-document url("chrome://pippki/content/deletecert.xhtml") + { + :root { + --in-content-border-color: color-mix(in srgb, currentColor 41%, transparent) !important; + } + #certlist { + border: 1px solid var(--in-content-border-color) !important; + border-radius: 4px !important; + } + } + /*= Page Info ==============================================================*/ @-moz-document url("chrome://browser/content/pageinfo/pageInfo.xhtml") {