Fix media indicator color
This commit is contained in:
parent
247d3f23e6
commit
de2f7f90cd
6 changed files with 6 additions and 0 deletions
|
@ -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