Theme media filecount indicator

This commit is contained in:
CTalvio
2022-01-16 19:40:33 +02:00
parent 84b2bfd937
commit b590f9978b
3 changed files with 22 additions and 1 deletions

View File

@@ -61,6 +61,11 @@ div[data-role="controlgroup"] a[data-role="button"] {
top: 0.5em;
}
.mediaSourceIndicator {
left: 0.5em;
top: 0.5em;
}
@media all and (min-width: 70em){
.cardOverlayFab-primary {
background-color: #00000000;

View File

@@ -19,3 +19,13 @@
.playedIndicator, .innerCardFooter {
background: rgba(0,0,0,0.4)
}
.mediaSourceIndicator {
left: 0;
top: 0;
}
.mediaSourceIndicator {
border-radius: var(--rounding) 0px !important;
box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3);
background: rgba(0,0,0,0.4)
}

View File

@@ -11,3 +11,9 @@
background: rgba(0,0,0,0.4);
box-shadow: none;
}
.mediaSourceIndicator {
background: rgba(0,0,0,0.4);
box-shadow: none;
border-radius: var(--rounding);
}