You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
239 B
Plaintext
15 lines
239 B
Plaintext
11 months ago
|
.combobox-item {
|
||
|
padding: 2px;
|
||
|
font-size: 12px;
|
||
|
padding: 3px;
|
||
|
padding-right: 0px;
|
||
|
}
|
||
|
.combobox-item-hover {
|
||
|
background-color: #eaf2ff;
|
||
|
color: #000000;
|
||
|
}
|
||
|
.combobox-item-selected {
|
||
|
background-color: #FBEC88;
|
||
|
color: #000000;
|
||
|
}
|