#762 - Marking unwatched doesn't update display
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user