ShadowFox/userContent-files/webextension-tweaks/smart_https.css

24 lines
633 B
CSS
Raw Normal View History

2018-01-05 02:58:35 +00:00
/*! Alters the webextension Smart HTTPS
IMPORTANT: change the Internal UUID */
@-moz-document url-prefix("moz-extension://3f7c8927-a1d4-6349-ab7f-91a7f031a571/") {
2018-01-06 23:46:26 +00:00
body {
2018-02-15 01:46:15 +00:00
background-color: var(--mid-way-color) !important;
2018-01-06 23:46:26 +00:00
color: var(--primary-light-color) !important;
}
2018-01-05 02:58:35 +00:00
.information input[type="number"],
input[type="text"] {
-moz-appearance: none !important;
2018-02-15 01:46:15 +00:00
background: var(--mid-way-color) !important;
2018-01-05 02:58:35 +00:00
color: var(--primary-light-color) !important;
2018-02-15 01:46:15 +00:00
border: 1px solid var(--light-accent-color) !important;
2018-01-05 02:58:35 +00:00
}
.information p {
color: var(--primary-light-color) !important;
}
}