1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-16 23:42:39 +01:00

Less blue in 3rd-party filter prefs

This commit is contained in:
Chris 2015-05-14 18:44:03 -06:00
parent 17e307ba2c
commit 203acc9ee1

View File

@ -70,6 +70,12 @@ li.listEntry > * {
text-indent: 0; text-indent: 0;
unicode-bidi: embed; unicode-bidi: embed;
} }
li.listEntry > a {
color: dimgray;
}
li.listEntry > a:hover {
color: dodgerblue;
}
li.listEntry > a:nth-of-type(2) { li.listEntry > a:nth-of-type(2) {
font-size: 13px; font-size: 13px;
opacity: 0.5; opacity: 0.5;