You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
simple-yewu/frontend/web/js/themes/bootstrap/combobox.css

15 lines
236 B

5 years ago
.combobox-item {
padding: 2px;
font-size: 12px;
padding: 3px;
padding-right: 0px;
}
.combobox-item-hover {
background-color: #e6e6e6;
color: #00438a;
}
.combobox-item-selected {
background-color: #0081c2;
color: #fff;
}