Ganz, ganz
lichen Dank Euch beiden.
Habe auch den Code noch einmal überarbeitet, weil wenn man auf SSL_ERROR_BAD_CERT_DOMAIN klickt
fährt die Seite ja noch einmal aus, wie eine Ziehharmonika.
Auch dieser Bereich wollte noch angepasst werden.
CSS
@-moz-document url-prefix(about:certerror){
body {
background-color: #2b2b2b !important;
}
body.certerror .title {
color: #ff0000 !important;
}
.title-text {
color:#e1e1e1 !important;
font-weight: bold !important;
}
#errorShortDesc,
#errorWhatToDoTitle,
#errorWhatToDoText {
color:#e1e1e1 !important;
}
.advanced-panel-container,
#advancedPanelContainer {
background-color: #2b2b2b !important;
}
#badCertAdvancedPanel{
background-color: #404040 !important;
border-color: #ff9600 !important;
border-style: solid !important;
border-width: 2px !important;
border-radius: 8px!important;
}
#badCertTechnicalInfo {
color: #e1e1e1 !important;
}
#exceptionDialogButton,
#advancedButton,
#advancedPanelReturnButton,
#returnButton {
background: #2b2b2b !important;
color: #e1e1e1 !important;
border-color: #e1e1e1 !important;
border-style: solid !important;
border-width: 2px !important;
border-radius: 8px!important;
}
#exceptionDialogButton:hover,
#advancedButton:hover,
#advancedPanelReturnButton:hover,
#returnButton:hover {
background: #404040 !important;
color: #e1e1e1 !important;
border-color: #ff9600 !important;
}
#learnMoreLink,
#errorCode,
#viewCertificate {
color: #ff9600 !important;
}
#learnMoreLink:hover,
#errorCode:hover,
#viewCertificate:hover {
color: #f3ae4e !important;
}
#certificateErrorDebugInformation {
background-color: #404040 !important;
border-color: #ff9600 !important;
border-style: solid !important;
border-width: 2px !important;
border-radius: 8px!important;
}
#certificateErrorText {
color:#e1e1e1 !important;
}
button:enabled {
background-color: #2b2b2b !important;
color: #e1e1e1 !important;
border-color: #e1e1e1 !important;
border-style: solid !important;
border-width: 2px !important;
border-radius: 8px!important;
}
button:enabled:hover {
background-color: #404040 !important;
color: #e1e1e1 !important;
border-color: #ff9600 !important;
}
}
Alles anzeigen