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