Add files via upload

This commit is contained in:
Fernando Méndez
2021-06-02 23:32:13 +02:00
committed by GitHub
parent b65220dee8
commit 0494c611b6
2 changed files with 10 additions and 6 deletions

View File

@ -6,9 +6,9 @@
}
.check_box:checked+label{
background:url('../../img/seat_red.png') no-repeat;
background:url('../../img/seat_grey.png') no-repeat;
}
.check_box:disabled+label{
background:url('../../img/seat_grey.png') no-repeat;
background:url('../../img/seat_red.png') no-repeat;
}