poulpe/equipment/static/css/idwidget.css

13 lines
202 B
CSS
Raw Normal View History

2018-08-02 17:55:27 +02:00
.nice_select input[type="checkbox"] {
display: none;
}
.nice_select input[type="checkbox"]:checked + label {
background: red;
color:white;
}
.nice_select ul {
display: inline-block;
}