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:
parent
74d32d3cbd
commit
ff6bfbf2b4
12 changed files with 143 additions and 7 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue