mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
allowed+blocked cells color
Add a color for allowed+blocked cells in colorblind mode
This commit is contained in:
parent
78ad7929a6
commit
7275d9d0ff
@ -353,6 +353,10 @@ body.dirty #refresh:hover {
|
||||
#firewallContainer.minimized > div.isDomain.totalAllowed.totalBlocked > span:nth-of-type(1):before {
|
||||
background-color: rgb(192, 160, 0);
|
||||
}
|
||||
#firewallContainer.colorBlind > div.allowed.blocked > span:nth-of-type(1):before,
|
||||
#firewallContainer.colorBlind.minimized > div.isDomain.totalAllowed.totalBlocked > span:nth-of-type(1):before {
|
||||
background-color: rgb(153, 124, 78);
|
||||
}
|
||||
|
||||
/* Rule cells */
|
||||
#firewallContainer > div > span.aRule {
|
||||
|
Loading…
Reference in New Issue
Block a user