2018-01-14 03:49:19 +00:00
|
|
|
/*! Alters the webextension NoScript
|
|
|
|
IMPORTANT: change the Internal UUID */
|
|
|
|
|
2018-02-17 23:49:40 +00:00
|
|
|
@-moz-document url-prefix("moz-extension://noscript_UUID/") {
|
2018-01-14 03:49:19 +00:00
|
|
|
body{
|
2018-02-15 01:46:15 +00:00
|
|
|
background: var(--mid-way-color) !important;
|
2018-01-14 03:49:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#top {
|
2018-02-15 01:46:15 +00:00
|
|
|
border-bottom: 0.06em solid var(--light-accent-color) !important;
|
2018-01-14 03:49:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#top #close,
|
|
|
|
#top #reload,
|
|
|
|
#top #options,
|
|
|
|
#top #revoke-temp,
|
|
|
|
#top #temp-allow-page {
|
2018-02-15 01:46:15 +00:00
|
|
|
background-color: var(--mid-way-color) !important;
|
2018-01-14 03:49:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.site .url[data-key="secure"] .domain, .site .url[data-key="secure"] .sub, .site .url[data-key="full"] span {
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sites > tr:nth-child(2n) {
|
2018-02-15 01:46:15 +00:00
|
|
|
background: var(--mid-way-color) !important;
|
2018-01-14 03:49:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.sites > tr:nth-child(2n+1) {
|
2018-02-15 01:46:15 +00:00
|
|
|
background: var(--primary-dark-color) !important;
|
2018-01-14 03:49:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.presets input.preset:checked, #presets input.preset {
|
|
|
|
color: var(--primary-light-color) !important;
|
2018-02-15 01:46:15 +00:00
|
|
|
background-color: var(--dark-accent) !important;
|
2018-01-14 03:49:19 +00:00
|
|
|
}
|
|
|
|
.presets label.preset {
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sect-general {
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
button,
|
|
|
|
input[type="text"] {
|
|
|
|
-moz-appearance: none !important;
|
2018-02-15 01:46:15 +00:00
|
|
|
background-color: var(--primary-dark-color) !important;
|
|
|
|
border: 1px solid var(--light-accent-color) !important;
|
2018-01-14 03:49:19 +00:00
|
|
|
color: var(--primar-light-color) !important;
|
|
|
|
}
|
|
|
|
#top #close,
|
|
|
|
#top #reload,
|
|
|
|
#top #options,
|
|
|
|
#top #revoke-temp,
|
|
|
|
#top #temp-allow-page {
|
2018-02-15 01:46:15 +00:00
|
|
|
background-color: var(--mid-way-color) !important;
|
2018-01-14 03:49:19 +00:00
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
}
|