Adding diff border to images when changed.

This commit is contained in:
Samuel Clay 2016-02-26 20:19:20 -08:00
parent 8879a6eb95
commit 2e3baa7ac8

View file

@ -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;
}
/* =========================== */