mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 18:47:55 +08:00
15 lines
236 B
CSS
15 lines
236 B
CSS
.combobox-item {
|
|
padding: 2px;
|
|
font-size: 12px;
|
|
padding: 3px;
|
|
padding-right: 0px;
|
|
}
|
|
.combobox-item-hover {
|
|
background-color: #9cc8f7;
|
|
color: #404040;
|
|
}
|
|
.combobox-item-selected {
|
|
background-color: #6caef5;
|
|
color: #fff;
|
|
}
|