1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

reduce sync db access

This commit is contained in:
Luke Pulverenti 2016-08-03 02:38:19 -04:00
parent ff0882ba79
commit 6ec48ff340
4 changed files with 46 additions and 45 deletions

View file

@ -847,43 +847,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
background: rgba(248, 58, 34, .8);
}
.syncIndicator {
display: block;
position: absolute;
top: 5px;
right: 5px;
text-align: center;
vertical-align: middle;
width: 24px;
height: 24px;
border-radius: 50%;
color: #fff;
line-height: 19px;
background-color: #52B54B;
}
.seriesTimerIndicator {
color: #cc3333;
position: absolute;
top: 5px;
right: 5px;
font-size: 200%;
}
.playedIndicator + .syncIndicator, .countIndicator + .syncIndicator {
top: 32px;
}
.card .playedIndicator, .card .countIndicator {
position: absolute;
top: 5px;
right: 5px;
}
.syncIndicator i {
font-size: 180%;
}
.recordingProgressBar::-moz-progress-bar {
background-color: #cc3333;
}