mirror of
https://github.com/2ec0b4/kaamelott-soundboard.git
synced 2025-12-08 15:43:24 +00:00
Remplace les icônes play / stop
This commit is contained in:
@@ -354,15 +354,17 @@ a.btn-play, a.btn-play:hover, a.btn-play:focus {
|
||||
padding: 10px 30px;
|
||||
}
|
||||
a.btn-play:before {
|
||||
content: "▶︎";
|
||||
font-size: 1.1em;
|
||||
content: "";
|
||||
background: url('../img/play.svg') no-repeat center center;
|
||||
font-size: 1em;
|
||||
height: 30px;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top: 5px;
|
||||
width: 30px;
|
||||
}
|
||||
a.btn-play.playing:before {
|
||||
content: "▩";
|
||||
font-size: 1.2em;
|
||||
top: 7px;
|
||||
background: url('../img/stop.svg') no-repeat center center;
|
||||
}
|
||||
.btn:active,
|
||||
a.btn:active {
|
||||
|
||||
Reference in New Issue
Block a user