Add fix for Smart HTTPS #6
This commit is contained in:
parent
2b7b400f8c
commit
ebcb993707
|
@ -0,0 +1,18 @@
|
|||
/*! Alters the webextension Smart HTTPS
|
||||
IMPORTANT: change the Internal UUID */
|
||||
|
||||
@-moz-document url-prefix("moz-extension://3f7c8927-a1d4-6349-ab7f-91a7f031a571/") {
|
||||
|
||||
.information input[type="number"],
|
||||
input[type="text"] {
|
||||
-moz-appearance: none !important;
|
||||
background: var(--grey-60) !important;
|
||||
color: var(--primary-light-color) !important;
|
||||
border: 1px solid var(--grey-50) !important;
|
||||
}
|
||||
|
||||
.information p {
|
||||
color: var(--primary-light-color) !important;
|
||||
}
|
||||
|
||||
}
|
|
@ -1222,6 +1222,22 @@ html body div#container-panel.panel.container-panel,
|
|||
color: var(--primary-accent-color) !important;
|
||||
}
|
||||
}
|
||||
/*! Alters the webextension Smart HTTPS
|
||||
IMPORTANT: change the Internal UUID */
|
||||
|
||||
@-moz-document url-prefix("moz-extension://3f7c8927-a1d4-6349-ab7f-91a7f031a571/") {
|
||||
.information input[type="number"],
|
||||
input[type="text"] {
|
||||
-moz-appearance: none !important;
|
||||
background: var(--grey-60) !important;
|
||||
color: var(--primary-light-color) !important;
|
||||
border: 1px solid var(--grey-50) !important;
|
||||
}
|
||||
|
||||
.information p {
|
||||
color: var(--primary-light-color) !important;
|
||||
}
|
||||
}
|
||||
/*! Alters the webextension Stylus
|
||||
IMPORTANT: change the Internal UUID */
|
||||
|
||||
|
|
Loading…
Reference in New Issue