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
+4
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;
+4
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;
+4
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;
+4
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;
+4
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);
+4
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;