forgot to label fix with issue number as usual re. Re. https://github.com/chrisaljoudi/uBlock/issues/467

This commit is contained in:
gorhill 2015-04-22 19:31:26 -04:00
parent f20a1dfae0
commit 46d2bdccb7
1 changed files with 3 additions and 1 deletions

View File

@ -333,6 +333,9 @@ body.dirty #refresh:hover {
position: absolute;
width: 7px;
}
/* Source for color-blind color scheme from https://github.com/WyohKnott:
https://github.com/chrisaljoudi/uBlock/issues/467#issuecomment-95177219
*/
#firewallContainer > div.allowed > span:nth-of-type(1):before,
#firewallContainer.minimized > div.isDomain.totalAllowed > span:nth-of-type(1):before {
background-color: rgb(0, 160, 0);
@ -353,7 +356,6 @@ body.dirty #refresh:hover {
#firewallContainer.minimized > div.isDomain.totalAllowed.totalBlocked > span:nth-of-type(1):before {
background-color: rgb(192, 160, 0);
}
/* Rule cells */
#firewallContainer > div > span.aRule {
background-color: rgba(0, 160, 0, 0.3);