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

Add playlist shuffling toggle to remotecontrol.js

This commit is contained in:
ferferga 2020-06-18 01:19:59 +02:00
parent 74d32d3cbd
commit ff6bfbf2b4
12 changed files with 143 additions and 7 deletions

View file

@ -450,6 +450,10 @@ html {
color: #4285f4;
}
.shuffleButton-active {
color: #4285f4 !important;
}
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #00a4dc !important;

View file

@ -450,6 +450,10 @@ html {
color: #4285f4;
}
.shuffleButton-active {
color: #4285f4 !important;
}
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #00a4dc !important;

View file

@ -421,6 +421,10 @@ html {
color: #4285f4;
}
.shuffleButton-active {
color: #4285f4 !important;
}
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #00a4dc !important;

View file

@ -432,6 +432,10 @@ html {
color: #4285f4;
}
.shuffleButton-active {
color: #4285f4 !important;
}
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #00a4dc !important;

View file

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

View file

@ -430,6 +430,10 @@ html {
color: #4285f4;
}
.shuffleButton-active {
color: #4285f4 !important;
}
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #fff !important;