mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01: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:
parent
fd1390713a
commit
8051b8d604
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user