Add files via upload

This commit is contained in:
Fernando Méndez
2021-06-02 22:54:30 +02:00
committed by GitHub
parent 616bf85934
commit b65220dee8
4 changed files with 288 additions and 47 deletions

14
assets/css/seat.css Normal file
View File

@ -0,0 +1,14 @@
.check_box+label{
background:url('../../img/seat_green.png') no-repeat;
height: 16px;
width: 16px;
display:inline-block;
}
.check_box:checked+label{
background:url('../../img/seat_red.png') no-repeat;
}
.check_box:disabled+label{
background:url('../../img/seat_grey.png') no-repeat;
}