Highlight differences between temporary and permanent dyna. rules

Screenshots:

* After editing temporary (haven't committed to permanent yet): http://chrisly.me/image/3T2R0e2c1b20

* After committing (so temporary is same as permanenet) : http://chrisly.me/image/2I2l0Z1N1A2b
This commit is contained in:
Chris 2015-02-11 12:32:34 -07:00
parent fd1390713a
commit 8051b8d604
1 changed files with 5 additions and 0 deletions

View File

@ -124,11 +124,14 @@ body[dir="rtl"] #commitButton:before {
background-color: #eee; background-color: #eee;
} }
#diff .right li { #diff .right li {
opacity: 0.5;
} }
#diff .right li:hover { #diff .right li:hover {
} }
#diff .right li.notLeft { #diff .right li.notLeft {
color: #000; color: #000;
background: lightgreen;
opacity: 1;
} }
#diff .right li.notRight { #diff .right li.notRight {
color: #000; color: #000;
@ -136,6 +139,8 @@ 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;
} }
#diff textarea { #diff textarea {
background-color: #f8f8ff; background-color: #f8f8ff;