1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00

No colors for highlights; just faded and linethrough

This commit is contained in:
Chris 2015-02-11 12:42:27 -07:00
parent 8051b8d604
commit 622829cc68

View File

@ -130,7 +130,6 @@ body[dir="rtl"] #commitButton:before {
}
#diff .right li.notLeft {
color: #000;
background: lightgreen;
opacity: 1;
}
#diff .right li.notRight {
@ -139,7 +138,6 @@ body[dir="rtl"] #commitButton:before {
#diff .right li.toRemove {
color: #000;
text-decoration: line-through;
background: lightpink;
opacity: 1;
}
#diff textarea {