mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 15:00:32 -08:00
Add: Proton - Delete cert dialog
This commit is contained in:
parent
07fc72b4d9
commit
7683948069
1 changed files with 14 additions and 0 deletions
|
|
@ -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")
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue