| author | ymh <ymh.work@gmail.com> |
| Wed, 04 Sep 2024 17:32:50 +0200 | |
| changeset 1072 | ac1eacb3aa33 |
| parent 970 | src/widgets/MashupPlayer.css@b1c3bf6eca78 |
| permissions | -rw-r--r-- |
| 970 | 1 |
.Ldt-MashupPlayer-Media { |
2 |
position: absolute; |
|
3 |
} |
|
4 |
||
5 |
.Ldt-MashupPlayer-Waiting { |
|
6 |
position: absolute; left: 0; top: 0; width: 100%; height: 100%; |
|
7 |
background-color: rgba(120, 120, 140, .6); |
|
8 |
background-image: url(img/reel.gif); |
|
9 |
background-position: center; |
|
10 |
background-repeat: no-repeat; |
|
11 |
} |