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

fix some css issues with now playing bar

This commit is contained in:
dkanada 2020-07-12 06:09:57 +09:00
parent 868dfff829
commit aa9059d077
10 changed files with 27 additions and 64 deletions

View file

@ -449,12 +449,8 @@ html {
color: #c33;
}
.repeatButton-active {
color: #4285f4;
}
.shuffleQueue-active {
color: #4285f4 !important;
.buttonActive {
color: #00a4dc;
}
.card:focus .cardBox.visualCardBox,

View file

@ -441,12 +441,8 @@ html {
color: #c33;
}
.repeatButton-active {
color: #4285f4;
}
.shuffleQueue-active {
color: #4285f4 !important;
.buttonActive {
color: #00a4dc;
}
.cardBox:not(.visualCardBox) .cardPadder {

View file

@ -412,12 +412,8 @@ html {
color: #c33;
}
.repeatButton-active {
color: #4285f4;
}
.shuffleQueue-active {
color: #4285f4 !important;
.buttonActive {
color: #00a4dc;
}
.card:focus .cardBox.visualCardBox,

View file

@ -427,12 +427,8 @@ html {
color: #c33;
}
.repeatButton-active {
color: #4285f4;
}
.shuffleQueue-active {
color: #4285f4 !important;
.buttonActive {
color: #00a4dc;
}
.cardBox:not(.visualCardBox) .cardPadder {

View file

@ -542,14 +542,10 @@ a[data-role=button] {
color: #c33;
}
.repeatButton-active {
.buttonActive {
color: #4285f4;
}
.shuffleQueue-active {
color: #4285f4 !important;
}
.personCard .cardScalable {
border-radius: 50% !important;
border: 1px solid rgb(255, 255, 255);

View file

@ -421,12 +421,8 @@ html {
color: #c33;
}
.repeatButton-active {
color: #4285f4;
}
.shuffleQueue-active {
color: #4285f4 !important;
.buttonActive {
color: #00a4dc;
}
.cardBox:not(.visualCardBox) .cardPadder {