mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
Theme media filecount indicator
This commit is contained in:
5
base.css
5
base.css
@@ -61,6 +61,11 @@ div[data-role="controlgroup"] a[data-role="button"] {
|
|||||||
top: 0.5em;
|
top: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mediaSourceIndicator {
|
||||||
|
left: 0.5em;
|
||||||
|
top: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
@media all and (min-width: 70em){
|
@media all and (min-width: 70em){
|
||||||
.cardOverlayFab-primary {
|
.cardOverlayFab-primary {
|
||||||
background-color: #00000000;
|
background-color: #00000000;
|
||||||
|
|||||||
@@ -18,4 +18,14 @@
|
|||||||
}
|
}
|
||||||
.playedIndicator, .innerCardFooter {
|
.playedIndicator, .innerCardFooter {
|
||||||
background: rgba(0,0,0,0.4)
|
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)
|
||||||
|
}
|
||||||
|
|||||||
@@ -11,3 +11,9 @@
|
|||||||
background: rgba(0,0,0,0.4);
|
background: rgba(0,0,0,0.4);
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mediaSourceIndicator {
|
||||||
|
background: rgba(0,0,0,0.4);
|
||||||
|
box-shadow: none;
|
||||||
|
border-radius: var(--rounding);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user