mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-05 00:38:53 +01:00
style: 💄 Changed indicators to reflect theme style
This commit is contained in:
parent
c614398806
commit
0e9c9d42c2
@ -99,14 +99,17 @@
|
|||||||
background-color: black !important;
|
background-color: black !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Green watched indicator */
|
/* Green watched indicator */
|
||||||
.playedIndicator {
|
.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 */
|
/* Rounded left drawer buttons */
|
||||||
.navMenuOption,
|
.navMenuOption,
|
||||||
|
|||||||
@ -99,14 +99,15 @@
|
|||||||
background-color: black !important;
|
background-color: black !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Green watched indicator */
|
/* Green watched indicator */
|
||||||
.playedIndicator {
|
.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 */
|
/* Rounded left drawer buttons */
|
||||||
.navMenuOption,
|
.navMenuOption,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user