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.
27 lines
661 B
27 lines
661 B
/*!
|
|
* ZUI: 图标选择器 - v1.10.0 - 2021-11-04
|
|
* http://openzui.com
|
|
* GitHub: https://github.com/easysoft/zui.git
|
|
* Copyright (c) 2021 cnezsoft.com; Licensed MIT
|
|
*/
|
|
|
|
.chosen-container.chosen-icons .chosen-results {
|
|
padding: 5px;
|
|
}
|
|
.chosen-container.chosen-icons .chosen-results li {
|
|
border-radius: 4px;
|
|
}
|
|
.chosen-container.chosen-icons .chosen-results li.group-result {
|
|
padding: 5px 0;
|
|
font-size: 12px;
|
|
color: #666;
|
|
border-radius: 0;
|
|
}
|
|
.chosen-container.chosen-icons .chosen-results li.group-option {
|
|
display: inline-block !important;
|
|
width: 30px;
|
|
padding: 8px;
|
|
font-size: 14px;
|
|
line-height: 14px;
|
|
text-align: center;
|
|
}
|