#762 - Marking unwatched doesn't update display

This commit is contained in:
Luke Pulverenti 2014-06-30 14:55:38 -04:00
parent 08567dd844
commit 190377babb
3 changed files with 58 additions and 16 deletions

View file

@ -782,7 +782,7 @@ a.itemTag:hover {
background: rgba(248, 58, 34, .8);
}
.unplayedIndicator {
.unplayedIndicator, .playedIndicator {
display: block;
position: absolute;
top: 5px;
@ -798,7 +798,7 @@ a.itemTag:hover {
background: rgba(82, 181, 75, .8);
}
.unplayedIndicator div:after {
.unplayedIndicator div:after, .playedIndicator div:after {
background-color: transparent !important;
}