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

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

View File

@ -124,11 +124,14 @@ body[dir="rtl"] #commitButton:before {
background-color: #eee;
}
#diff .right li {
opacity: 0.5;
}
#diff .right li:hover {
}
#diff .right li.notLeft {
color: #000;
background: lightgreen;
opacity: 1;
}
#diff .right li.notRight {
color: #000;
@ -136,6 +139,8 @@ body[dir="rtl"] #commitButton:before {
#diff .right li.toRemove {
color: #000;
text-decoration: line-through;
background: lightpink;
opacity: 1;
}
#diff textarea {
background-color: #f8f8ff;