dolibarr/htdocs/hrm/css/radio_js_number.css
2021-09-27 11:20:38 +02:00

18 lines
328 B
CSS

.radio_js_bloc_number {
display:inline-block;
padding:5px 7px;
min-width:20px;
border-radius:3px;
border:1px solid #ccc;
background:#eee;
color:#555;
cursor:pointer;
margin:2px;
text-align:center;
}
.radio_js_bloc_number.selected {
transition:0.2s ease background;
background:#888;
color:#fff;
border-color:#555;
}