2018-01-05 02:58:35 +00:00
|
|
|
/*! Alters the webextension Smart HTTPS
|
|
|
|
IMPORTANT: change the Internal UUID */
|
|
|
|
|
2018-02-17 23:49:40 +00:00
|
|
|
@-moz-document url-prefix("moz-extension://smart_https_UUID/") {
|
2018-01-05 02:58:35 +00:00
|
|
|
|
2018-01-06 23:46:26 +00:00
|
|
|
body {
|
2018-02-24 01:14:53 +00:00
|
|
|
background-color: var(--tone-6) !important;
|
|
|
|
color: var(--tone-4) !important;
|
2018-01-06 23:46:26 +00:00
|
|
|
}
|
|
|
|
|
2018-01-05 02:58:35 +00:00
|
|
|
.information input[type="number"],
|
|
|
|
input[type="text"] {
|
|
|
|
-moz-appearance: none !important;
|
2018-02-24 01:14:53 +00:00
|
|
|
background: var(--tone-6) !important;
|
|
|
|
color: var(--tone-4) !important;
|
|
|
|
border: 1px solid var(--tone-5) !important;
|
2018-01-05 02:58:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.information p {
|
2018-02-24 01:14:53 +00:00
|
|
|
color: var(--tone-4) !important;
|
2018-01-05 02:58:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|