mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
15 lines
283 B
CSS
15 lines
283 B
CSS
#winamp2-js .mini-time {
|
|
display: block;
|
|
height: 6px;
|
|
width: 25px;
|
|
}
|
|
|
|
#winamp2-js .mini-time.blinking {
|
|
animation: blink 2s step-start 1s infinite;
|
|
-webkit-animation: blink 2s step-start 1s infinite;
|
|
}
|
|
|
|
#winamp2-js .mini-time .character {
|
|
position: absolute;
|
|
top: 0;
|
|
}
|