2018-01-04 04:32:48 +00:00
|
|
|
/*! Alters the webextension uBlock Origin
|
|
|
|
IMPORTANT: change the Internal UUID */
|
|
|
|
|
2017-12-22 21:12:37 +00:00
|
|
|
@-moz-document url-prefix("moz-extension://de835161-ee69-c14d-9940-203fbacf2276/") {
|
|
|
|
|
|
|
|
/* header */
|
|
|
|
#appinfo {
|
|
|
|
background-color: var(--grey-80) !important;
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Right Column */
|
|
|
|
body[dir="ltr"] #panes > div {
|
|
|
|
background: var(--grey-70) !important;
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
2017-12-26 19:28:13 +00:00
|
|
|
|
2017-12-22 21:12:37 +00:00
|
|
|
body, #panes {
|
|
|
|
background: var(--grey-70) !important;
|
2017-12-26 19:28:13 +00:00
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
label a,
|
|
|
|
p a,
|
|
|
|
ul a {
|
|
|
|
color: var(--primary-accent-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Subgroup in Settings */
|
|
|
|
ul#userSettings .subgroup > span {
|
|
|
|
color: var(--primary-accent-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-nav-widgets span {
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* info icons */
|
|
|
|
a.info {
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
opacity: .5;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.listEntry span.status {
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.listEntry > a.remove, li.listEntry > a.remove:visited {
|
|
|
|
color: var(--red-80) !important;
|
2017-12-22 21:12:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Power Switch */
|
|
|
|
#switch .fa {
|
|
|
|
color: var(--primary-accent-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Power Switch - Off */
|
|
|
|
body.off #switch .fa {
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
2017-12-26 19:28:13 +00:00
|
|
|
|
2017-12-22 21:12:37 +00:00
|
|
|
/* Tool Buttons */
|
|
|
|
.tool {
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
2017-12-26 19:28:13 +00:00
|
|
|
|
2017-12-22 21:12:37 +00:00
|
|
|
.tool:hover {
|
|
|
|
color: var(--grey-80) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Stripped row */
|
|
|
|
h2,
|
|
|
|
#extraTools {
|
|
|
|
background-color: var(--grey-80) !important;
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Refresh Button */
|
|
|
|
#refresh {
|
|
|
|
background-color: var(--grey-80) !important;
|
|
|
|
border-color: var(--grey-50) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Badge number */
|
|
|
|
#extraTools > span > span.badge {
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Firewall Container */
|
|
|
|
#firewallContainer > div {
|
|
|
|
background-color: var(--grey-60) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#firewallContainer > div > span {
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
border-color: var(--grey-50) !important;
|
|
|
|
}
|
2017-12-27 08:09:55 +00:00
|
|
|
|
2017-12-26 19:28:13 +00:00
|
|
|
/* Darker Red */
|
2017-12-22 21:12:37 +00:00
|
|
|
body.advancedUser #firewallContainer > div > span.blockRule.ownRule {
|
2017-12-26 19:28:13 +00:00
|
|
|
background-color: #ab0000 !important;
|
2017-12-22 21:12:37 +00:00
|
|
|
}
|
|
|
|
|
2017-12-26 19:28:13 +00:00
|
|
|
/* Lighter Red */
|
2017-12-22 21:12:37 +00:00
|
|
|
body.advancedUser #firewallContainer > div > span.blockRule {
|
2017-12-26 19:28:13 +00:00
|
|
|
background-color: #dda0a2 !important;
|
|
|
|
}
|
|
|
|
|
2017-12-27 08:09:55 +00:00
|
|
|
/* Before Red */
|
2017-12-26 19:28:13 +00:00
|
|
|
#firewallContainer > div.blocked > span:first-of-type::before, #firewallContainer.minimized > div.isDomain.totalBlocked > span:first-of-type::before {
|
2017-12-27 08:09:55 +00:00
|
|
|
background-color: #c87576 !important;
|
|
|
|
opacity: 1 !important;
|
2017-12-22 21:12:37 +00:00
|
|
|
}
|
|
|
|
|
2017-12-26 19:28:13 +00:00
|
|
|
|
|
|
|
/* Darker Green */
|
2017-12-22 21:12:37 +00:00
|
|
|
body.advancedUser #firewallContainer > div > span.allowRule.ownRule {
|
2017-12-26 19:28:13 +00:00
|
|
|
background-color: #229400 !important;
|
2017-12-22 21:12:37 +00:00
|
|
|
}
|
|
|
|
|
2017-12-26 19:28:13 +00:00
|
|
|
/* Lighter Green */
|
2017-12-22 21:12:37 +00:00
|
|
|
body.advancedUser #firewallContainer > div > span.allowRule {
|
2017-12-26 19:28:13 +00:00
|
|
|
background-color: #95ca8a !important;
|
2017-12-27 08:09:55 +00:00
|
|
|
|
2017-12-22 21:12:37 +00:00
|
|
|
}
|
|
|
|
|
2017-12-27 08:09:55 +00:00
|
|
|
/* Before Green */
|
2017-12-26 19:28:13 +00:00
|
|
|
#firewallContainer > div.allowed > span:first-of-type::before, #firewallContainer.minimized > div.isDomain.totalAllowed > span:first-of-type::before {
|
2017-12-27 08:09:55 +00:00
|
|
|
background-color: #7ec26f !important;
|
|
|
|
opacity: 1 !important;
|
2017-12-26 19:28:13 +00:00
|
|
|
}
|
2017-12-22 21:12:37 +00:00
|
|
|
|
2017-12-26 19:28:13 +00:00
|
|
|
/* Darker Blue */
|
|
|
|
body.advancedUser #firewallContainer > div > span.noopRule.ownRule {
|
|
|
|
background-color: #0c46a7 !important;
|
2017-12-22 21:12:37 +00:00
|
|
|
}
|
|
|
|
|
2017-12-26 19:28:13 +00:00
|
|
|
/* Blue on hover */
|
|
|
|
#actionSelector > span:nth-of-type(2) {
|
|
|
|
background-color: #0c46a7 !important;
|
2017-12-22 21:12:37 +00:00
|
|
|
}
|
2017-12-26 19:28:13 +00:00
|
|
|
|
|
|
|
/* Lighter Blue */
|
|
|
|
body.advancedUser #firewallContainer > div > span.noopRule {
|
|
|
|
background-color: #65bdfb !important;
|
|
|
|
}
|
2018-01-04 04:32:48 +00:00
|
|
|
|
2017-12-27 08:09:55 +00:00
|
|
|
/* Before Yellow */
|
|
|
|
#firewallContainer > div.allowed.blocked > span:first-of-type::before, #firewallContainer.minimized > div.isDomain.totalAllowed.totalBlocked > span:first-of-type::before {
|
|
|
|
background-color: #cdc16e !important;
|
|
|
|
opacity: 1 !important;
|
|
|
|
}
|
2017-12-26 19:28:13 +00:00
|
|
|
|
2017-12-26 21:51:26 +00:00
|
|
|
/* Color Blind Friendly */
|
|
|
|
|
|
|
|
/* Dark Block Color */
|
|
|
|
body.advancedUser #firewallContainer.colorBlind > div > span.blockRule.ownRule {
|
|
|
|
background-color: #000060 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Light Block Color */
|
|
|
|
body.advancedUser #firewallContainer.colorBlind > div > span.blockRule {
|
|
|
|
background-color: #787dab !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Dark Allow */
|
|
|
|
body.advancedUser #firewallContainer.colorBlind > div > span.allowRule.ownRule {
|
|
|
|
background-color: #fbb900 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Light Allow */
|
|
|
|
body.advancedUser #firewallContainer.colorBlind > div > span.allowRule{
|
|
|
|
background-color: #f2d98d !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Dark Noop */
|
2017-12-27 08:09:55 +00:00
|
|
|
body.advancedUser #firewallContainer.colorBlind > div > span.noopRule.ownRule {
|
2017-12-26 21:51:26 +00:00
|
|
|
background-color: #2f2e2e !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Light Noop */
|
2017-12-27 08:09:55 +00:00
|
|
|
body.advancedUser #firewallContainer.colorBlind > div > span.noopRule {
|
2017-12-26 21:51:26 +00:00
|
|
|
background-color: #a1a1a1 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Yellow Side */
|
|
|
|
#firewallContainer.colorBlind > div.allowed > span:first-of-type::before, #firewallContainer.colorBlind.minimized > div.isDomain.totalAllowed > span:first-of-type::before {
|
|
|
|
background-color: #ebd287 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Blue Side */
|
|
|
|
#firewallContainer.colorBlind > div.blocked > span:first-of-type::before, #firewallContainer.colorBlind.minimized > div.isDomain.totalBlocked > span:first-of-type::before {
|
|
|
|
background-color: #787cab !important;
|
|
|
|
}
|
2017-12-27 08:09:55 +00:00
|
|
|
|
2017-12-26 19:28:13 +00:00
|
|
|
#dashboard-nav-widgets {
|
|
|
|
border-bottom: 1px solid var(--grey-60) !important;
|
|
|
|
background-color: var(--grey-80) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabButton {
|
|
|
|
background-color: var(--grey-70) !important;
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
border: 1px solid var(--grey-60) !important;
|
|
|
|
border-bottom: 1px solid var(--grey-60) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabButton.selected {
|
|
|
|
background-color: var(--grey-80) !important;
|
|
|
|
border-bottom: 1px solid var(--grey-70) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="number"] {
|
|
|
|
-moz-appearance: none!important;
|
|
|
|
background-color: var(--grey-60) !important;
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.listEntry .content {
|
|
|
|
color: var(--primary-accent-color) !important
|
|
|
|
}
|
|
|
|
|
|
|
|
#diff .pane {
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
background: var(--primary-dark-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#diff li {
|
|
|
|
background-color: var(--grey-60) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#diff li:nth-child(2n) {
|
|
|
|
background-color: var(--grey-70) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Textbox */
|
|
|
|
code {
|
|
|
|
background-color: var(--grey-60) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#whitelist textarea {
|
|
|
|
background: var(--grey-60) !important;
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea#userFilters.userFilters,
|
|
|
|
textarea#externalLists {
|
|
|
|
-moz-appearance: none!important;
|
|
|
|
background: var(--grey-60) !important;
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2017-12-22 21:12:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
}
|