style: 💄 Changed indicators to reflect theme style

This commit is contained in:
Jam 2024-05-21 10:56:37 +01:00
parent c614398806
commit 0e9c9d42c2
2 changed files with 12 additions and 8 deletions

View File

@ -99,14 +99,17 @@
background-color: black !important;
}
/* Green watched indicator */
.playedIndicator {
background: #409843 !important;
/* background: rgb(64, 152, 67, 0.5) !important; */
background: linear-gradient(to bottom right, rgba(74, 150, 76, 0.5), rgba(32, 139, 35, 0.5)) !important;
}
.countIndicator, .fullSyncIndicator, .mediaSourceIndicator, .playedIndicator {
/* background: rgba(35, 35, 35, 0.5); */
background: linear-gradient(to bottom right, rgba(170, 92, 195, 0.5), rgba(0, 164, 220, 0.5));
backdrop-filter: blur(50px);
}
/* Rounded left drawer buttons */
.navMenuOption,

View File

@ -99,14 +99,15 @@
background-color: black !important;
}
/* Green watched indicator */
.playedIndicator {
background: #409843 !important;
background: linear-gradient(to bottom right, rgba(74, 150, 76, 0.5), rgba(32, 139, 35, 0.5)) !important;
}
.countIndicator, .fullSyncIndicator, .mediaSourceIndicator, .playedIndicator {
background: linear-gradient(to bottom right, rgba(170, 92, 195, 0.5), rgba(0, 164, 220, 0.5));
backdrop-filter: blur(50px);
}
/* Rounded left drawer buttons */
.navMenuOption,