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 {
|
||||
|
||||
4
img/play.svg
Normal file
4
img/play.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140">
|
||||
<polygon points="50,40 100,70 100,70 50,100, 50,40" fill="#FDFEFE"></polygon>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 207 B |
4
img/stop.svg
Normal file
4
img/stop.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140">
|
||||
<polygon points="45,45 95,45 95,95, 45,95 45,45" fill="#FDFEFE"></polygon>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 204 B |
Reference in New Issue
Block a user