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

Merge pull request #2945 from thornbill/fix-media-indicator-color

This commit is contained in:
Bill Thornton 2021-09-13 17:44:18 -04:00 committed by GitHub
commit 4367576459
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 2 deletions

View file

@ -150,11 +150,14 @@ button::-moz-focus-inner {
left: 0.3em; left: 0.3em;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
width: 1.6em; font-size: 88%;
height: 1.6em; font-weight: 500;
width: 2em;
height: 2em;
border-radius: 50%; border-radius: 50%;
color: #fff; color: #fff;
background: rgb(51, 136, 204); background: rgb(51, 136, 204);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
} }
.cardImageContainer { .cardImageContainer {

View file

@ -347,6 +347,7 @@ html {
.countIndicator, .countIndicator,
.fullSyncIndicator, .fullSyncIndicator,
.mediaSourceIndicator,
.playedIndicator { .playedIndicator {
background: #00a4dc; background: #00a4dc;
} }

View file

@ -335,6 +335,7 @@ html {
.countIndicator, .countIndicator,
.fullSyncIndicator, .fullSyncIndicator,
.mediaSourceIndicator,
.playedIndicator { .playedIndicator {
background: #00a4dc; background: #00a4dc;
} }

View file

@ -312,6 +312,7 @@ html {
.countIndicator, .countIndicator,
.fullSyncIndicator, .fullSyncIndicator,
.mediaSourceIndicator,
.playedIndicator { .playedIndicator {
background: #00a4dc; background: #00a4dc;
} }

View file

@ -332,6 +332,7 @@ html {
.countIndicator, .countIndicator,
.fullSyncIndicator, .fullSyncIndicator,
.mediaSourceIndicator,
.playedIndicator { .playedIndicator {
background: #00a4dc; background: #00a4dc;
} }

View file

@ -425,6 +425,7 @@ a[data-role=button] {
.countIndicator, .countIndicator,
.fullSyncIndicator, .fullSyncIndicator,
.mediaSourceIndicator,
.playedIndicator { .playedIndicator {
background: rgb(12, 232, 214); background: rgb(12, 232, 214);
} }

View file

@ -315,6 +315,7 @@ html {
.countIndicator, .countIndicator,
.fullSyncIndicator, .fullSyncIndicator,
.mediaSourceIndicator,
.playedIndicator { .playedIndicator {
background: #00a4dc; background: #00a4dc;
} }