#762 - Marking unwatched doesn't update display
This commit is contained in:
parent
08567dd844
commit
190377babb
3 changed files with 58 additions and 16 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue