Files
Ultrachromic/cornerindicator/indicator_floating.css
2022-01-16 19:40:33 +02:00

20 lines
357 B
CSS

/*Card indicators style normal*/
.innerCardFooter {
margin: .5em;
}
.countIndicator {
background: rgba(var(--indicator),0.8);
box-shadow: none;
}
.playedIndicator, .innerCardFooter {
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);
}