style uMatrix blocked page page #6
This commit is contained in:
parent
284fc1fc74
commit
e2b81af63f
|
@ -134,5 +134,25 @@
|
|||
border: 1px solid var(--grey-50) !important;
|
||||
}
|
||||
|
||||
#parsed {
|
||||
background-color: var(--grey-80) !important;
|
||||
border: 1px solid var(--grey-50) !important;
|
||||
border-top: none !important;
|
||||
}
|
||||
.code {
|
||||
background-color: var(--grey-80) !important;
|
||||
border: 1px solid var(--grey-50) !important;
|
||||
border-bottom: none !important;
|
||||
}
|
||||
button#bye {
|
||||
-moz-appearance: none !important;
|
||||
background: var(--grey-60) !important;
|
||||
border: 1px solid var(--grey-50) !important;
|
||||
color: var(--primary-light-color) !important;
|
||||
}
|
||||
button#bye:hover {
|
||||
background: var(--grey-80) !important;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -1973,6 +1973,29 @@
|
|||
background-color: var(--grey-60) !important;
|
||||
border: 1px solid var(--grey-50) !important;
|
||||
}
|
||||
|
||||
#parsed {
|
||||
background-color: var(--grey-80) !important;
|
||||
border: 1px solid var(--grey-50) !important;
|
||||
border-top: none !important;
|
||||
}
|
||||
|
||||
.code {
|
||||
background-color: var(--grey-80) !important;
|
||||
border: 1px solid var(--grey-50) !important;
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
button#bye {
|
||||
-moz-appearance: none !important;
|
||||
background: var(--grey-60) !important;
|
||||
border: 1px solid var(--grey-50) !important;
|
||||
color: var(--primary-light-color) !important;
|
||||
}
|
||||
|
||||
button#bye:hover {
|
||||
background: var(--grey-80) !important;
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix("https://addons.mozilla.org") {
|
||||
/* Header & Footer */
|
||||
|
|
Loading…
Reference in New Issue