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

45 lines
1.1 KiB
CSS
Raw Normal View History

2018-01-14 03:49:19 +00:00
/*! Alters the webextension NoScript
IMPORTANT: change the Internal UUID */
@-moz-document url-prefix("moz-extension://noscript_UUID/") {
2018-02-24 01:41:14 +00:00
body {
background: var(--tone-6)!important
2018-01-14 03:49:19 +00:00
}
#top {
2018-02-24 01:41:14 +00:00
border-color: var(--tone-5)!important
2018-01-14 03:49:19 +00:00
}
2018-02-24 01:41:14 +00:00
.site .url[data-key=full] span,
.site .url[data-key=secure] .domain,
.site .url[data-key=secure] .sub {
color: var(--tone-4)!important
2018-01-14 03:49:19 +00:00
}
.sites > tr:nth-child(2n) {
2018-02-24 01:41:14 +00:00
background: var(--tone-6)!important
2018-01-14 03:49:19 +00:00
}
.sites > tr:nth-child(2n+1) {
2018-02-24 01:41:14 +00:00
background: var(--tone-7)!important
2018-01-14 03:49:19 +00:00
}
2018-02-24 01:41:14 +00:00
#presets input.preset,
.presets input.preset:checked {
color: var(--tone-4)!important;
background-color: var(--tone-8)!important
2018-01-14 03:49:19 +00:00
}
2018-02-24 01:41:14 +00:00
#sect-general,
2018-01-14 03:49:19 +00:00
.presets label.preset {
2018-02-24 01:41:14 +00:00
color: var(--tone-4)!important
2018-01-14 03:49:19 +00:00
}
button,
2018-02-24 01:41:14 +00:00
input[type=text] {
-moz-appearance: none!important;
background-color: var(--tone-7)!important;
border-color: var(--tone-5)!important;
color: var(--primar-light-color)!important
2018-01-14 03:49:19 +00:00
}
#top #close,
#top #options,
2018-02-24 01:41:14 +00:00
#top #reload,
2018-01-14 03:49:19 +00:00
#top #revoke-temp,
#top #temp-allow-page {
2018-02-24 01:41:14 +00:00
background-color: var(--tone-6)!important;
border: none!important
2018-01-14 03:49:19 +00:00
}
2018-02-24 01:41:14 +00:00
}