SW/assets/css/seat.css

14 lines
304 B
CSS
Raw Normal View History

2021-06-02 22:54:30 +02:00
.check_box+label{
background:url('../../img/seat_green.png') no-repeat;
height: 16px;
width: 16px;
display:inline-block;
}
.check_box:checked+label{
2021-06-02 23:32:13 +02:00
background:url('../../img/seat_grey.png') no-repeat;
2021-06-02 22:54:30 +02:00
}
.check_box:disabled+label{
2021-06-02 23:32:13 +02:00
background:url('../../img/seat_red.png') no-repeat;
2021-06-02 22:54:30 +02:00
}