dataset/seed/speedtest-rs/templates/speedtest-rs.css
2022-10-17 18:41:34 +02:00

15 lines
259 B
CSS

#startStopBtn{
color:#FFFFFF;
background-color:#91c644;
border:0.15em solid #91c644;
margin-bottom:1em;
}
#startStopBtn:before{
content:"Démarrer";
}
#startStopBtn.running:before{
content:"Annuler";
}
div.testArea{
margin: 1em;
}