SSL/TLS Add exception dialog not themed fix #223
This commit is contained in:
parent
9a7d5f079b
commit
b2d3274cca
|
@ -226,4 +226,17 @@
|
||||||
button:hover {
|
button:hover {
|
||||||
background-color: var(--in-content-box-background)!important
|
background-color: var(--in-content-box-background)!important
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@-moz-document url-prefix(chrome://pippki/content/exceptionDialog) {
|
||||||
|
#exceptiondialog {
|
||||||
|
-moz-appearance: none!important;
|
||||||
|
background-color: var(--tone-8)!important
|
||||||
|
}
|
||||||
|
textbox {
|
||||||
|
-moz-appearance: none!important;
|
||||||
|
min-height: 20px!important;
|
||||||
|
background: var(--in-content-box-background)!important;
|
||||||
|
border: 1px solid var(--in-content-box-border-color);
|
||||||
|
padding: 1px
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -1123,6 +1123,19 @@ toolbarseparator {
|
||||||
background-color: var(--in-content-box-background)!important
|
background-color: var(--in-content-box-background)!important
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@-moz-document url-prefix(chrome://pippki/content/exceptionDialog) {
|
||||||
|
#exceptiondialog {
|
||||||
|
-moz-appearance: none!important;
|
||||||
|
background-color: var(--tone-8)!important
|
||||||
|
}
|
||||||
|
textbox {
|
||||||
|
-moz-appearance: none!important;
|
||||||
|
min-height: 20px!important;
|
||||||
|
background: var(--in-content-box-background)!important;
|
||||||
|
border: 1px solid var(--in-content-box-border-color);
|
||||||
|
padding: 1px
|
||||||
|
}
|
||||||
|
}
|
||||||
#navigator-toolbox::after {
|
#navigator-toolbox::after {
|
||||||
border-bottom: 0!important
|
border-bottom: 0!important
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,4 +37,4 @@
|
||||||
@import "css/userContent-files/webextension-tweaks/umatrix.css";
|
@import "css/userContent-files/webextension-tweaks/umatrix.css";
|
||||||
@import "css/userContent-files/webextension-tweaks/vim_vixen.css";
|
@import "css/userContent-files/webextension-tweaks/vim_vixen.css";
|
||||||
@import "css/userContent-files/webextension-tweaks/violentmonkey.css";
|
@import "css/userContent-files/webextension-tweaks/violentmonkey.css";
|
||||||
@import "css/userContent-files/webextension-tweaks/youtube_video_and_audio_downloader.css"
|
@import "css/userContent-files/webextension-tweaks/youtube_video_and_audio_downloader.css"
|
Loading…
Reference in New Issue