mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Simple mp3 player
This commit is contained in:
parent
351c12c002
commit
1d943356f5
23 changed files with 336 additions and 121 deletions
|
|
@ -34,6 +34,24 @@
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.audioPlace {
|
||||
|
||||
font-size: 25px;
|
||||
line-height: 30px;
|
||||
margin-right: 15px;
|
||||
|
||||
.playIcon {
|
||||
|
||||
font-size: 30px;
|
||||
line-height: 30px;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
color: orange;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.accountPlace {
|
||||
background-color: #000;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue