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:
commit
4367576459
7 changed files with 11 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
|
@ -347,6 +347,7 @@ html {
|
||||||
|
|
||||||
.countIndicator,
|
.countIndicator,
|
||||||
.fullSyncIndicator,
|
.fullSyncIndicator,
|
||||||
|
.mediaSourceIndicator,
|
||||||
.playedIndicator {
|
.playedIndicator {
|
||||||
background: #00a4dc;
|
background: #00a4dc;
|
||||||
}
|
}
|
||||||
|
|
|
@ -335,6 +335,7 @@ html {
|
||||||
|
|
||||||
.countIndicator,
|
.countIndicator,
|
||||||
.fullSyncIndicator,
|
.fullSyncIndicator,
|
||||||
|
.mediaSourceIndicator,
|
||||||
.playedIndicator {
|
.playedIndicator {
|
||||||
background: #00a4dc;
|
background: #00a4dc;
|
||||||
}
|
}
|
||||||
|
|
|
@ -312,6 +312,7 @@ html {
|
||||||
|
|
||||||
.countIndicator,
|
.countIndicator,
|
||||||
.fullSyncIndicator,
|
.fullSyncIndicator,
|
||||||
|
.mediaSourceIndicator,
|
||||||
.playedIndicator {
|
.playedIndicator {
|
||||||
background: #00a4dc;
|
background: #00a4dc;
|
||||||
}
|
}
|
||||||
|
|
|
@ -332,6 +332,7 @@ html {
|
||||||
|
|
||||||
.countIndicator,
|
.countIndicator,
|
||||||
.fullSyncIndicator,
|
.fullSyncIndicator,
|
||||||
|
.mediaSourceIndicator,
|
||||||
.playedIndicator {
|
.playedIndicator {
|
||||||
background: #00a4dc;
|
background: #00a4dc;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
@ -315,6 +315,7 @@ html {
|
||||||
|
|
||||||
.countIndicator,
|
.countIndicator,
|
||||||
.fullSyncIndicator,
|
.fullSyncIndicator,
|
||||||
|
.mediaSourceIndicator,
|
||||||
.playedIndicator {
|
.playedIndicator {
|
||||||
background: #00a4dc;
|
background: #00a4dc;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue