1
0
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:
Antoine
2016-04-26 23:09:23 +02:00
parent a523d15a44
commit 9f46f25e51
3 changed files with 16 additions and 6 deletions

View File

@@ -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 {