21 lines
394 B
CSS
21 lines
394 B
CSS
.advanced-panel {
|
|
background-color: var(--grey-60) !important;
|
|
border-color: var(--grey-50) !important;
|
|
}
|
|
|
|
.exceptionDialogButtonContainer {
|
|
background-color: var(--grey-80) !important;
|
|
}
|
|
|
|
|
|
|
|
@-moz-document url(about:neterror) {
|
|
|
|
/* about:neterror button */
|
|
#errorTryAgain {
|
|
background: var(--primary-accent-color) !important;
|
|
color: var(--primary-light-color) !important;
|
|
}
|
|
|
|
}
|