style Smart HTTPS popup #6
This commit is contained in:
parent
81cd6b2105
commit
8407eec795
|
@ -3,6 +3,11 @@
|
|||
|
||||
@-moz-document url-prefix("moz-extension://3f7c8927-a1d4-6349-ab7f-91a7f031a571/") {
|
||||
|
||||
body {
|
||||
background-color: var(--grey-60) !important;
|
||||
color: var(--primary-light-color) !important;
|
||||
}
|
||||
|
||||
.information input[type="number"],
|
||||
input[type="text"] {
|
||||
-moz-appearance: none !important;
|
||||
|
|
|
@ -1291,6 +1291,11 @@
|
|||
IMPORTANT: change the Internal UUID */
|
||||
|
||||
@-moz-document url-prefix("moz-extension://3f7c8927-a1d4-6349-ab7f-91a7f031a571/") {
|
||||
body {
|
||||
background-color: var(--grey-60) !important;
|
||||
color: var(--primary-light-color) !important;
|
||||
}
|
||||
|
||||
.information input[type="number"],
|
||||
input[type="text"] {
|
||||
-moz-appearance: none !important;
|
||||
|
|
Loading…
Reference in New Issue