mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding diff border to images when changed.
This commit is contained in:
parent
8879a6eb95
commit
2e3baa7ac8
1 changed files with 7 additions and 1 deletions
|
@ -3073,9 +3073,15 @@ body {
|
|||
background-color: #BEE8BC;
|
||||
text-decoration: none;
|
||||
}
|
||||
.NB-feed-story-content ins img {
|
||||
border: 3px solid #BEE8BC;
|
||||
}
|
||||
.NB-modal-preferences del,
|
||||
.NB-feed-story-content del {
|
||||
background-color: #eb9c9f;
|
||||
background-color: #f5c3c3;
|
||||
}
|
||||
.NB-feed-story-content del img {
|
||||
border: 3px solid #f5c3c3;
|
||||
}
|
||||
|
||||
/* =========================== */
|
||||
|
|
Loading…
Add table
Reference in a new issue