89 lines
2.2 KiB
CSS
89 lines
2.2 KiB
CSS
|
|
.select2-selection__rendered {
|
|
line-height: 18px !important;
|
|
}
|
|
.select2-container .select2-selection--single{
|
|
box-shadow: none;
|
|
outline: none;
|
|
}
|
|
.select2-container .select2-selection--single, .select2-selection--multiple {
|
|
min-height: 46px !important;
|
|
border-radius: 0;
|
|
border-color: #f3f3f3 !important;
|
|
}
|
|
.select2-search__field{
|
|
outline: none;
|
|
}
|
|
.select2-selection__arrow {
|
|
height: 46px !important;
|
|
}
|
|
.select2-selection__choice{
|
|
font-size: 13px !important;
|
|
}
|
|
|
|
.form-group label {line-height: 1.4rem !important;}
|
|
|
|
/** custommiz **/
|
|
|
|
.select2-results__option {
|
|
padding-right: 20px;
|
|
vertical-align: middle;
|
|
}
|
|
.select2-results__option:before {
|
|
content: "";
|
|
display: inline-block;
|
|
position: relative;
|
|
height: 20px;
|
|
width: 20px;
|
|
border: 1px solid #e9e9e9;
|
|
border-radius: 0px;
|
|
background-color: #fff;
|
|
margin-right: 20px;
|
|
vertical-align: middle;
|
|
}
|
|
.select2-results__option[aria-selected=true]:before {
|
|
font-family:fontAwesome;
|
|
content: "\f00c";
|
|
color: #000;
|
|
background-color: #cbcbcb;
|
|
border: 0;
|
|
display: inline-block;
|
|
padding-left: 3px;
|
|
}
|
|
.select2-container--default .select2-results__option[aria-selected=true] {
|
|
background-color: #fff;
|
|
}
|
|
.select2-container--default .select2-results__option--highlighted[aria-selected] {
|
|
background-color: #eaeaeb;
|
|
color: #272727;
|
|
}
|
|
.select2-container--default .select2-selection--multiple {
|
|
margin-bottom: 10px;
|
|
border-radius: 5px !important;
|
|
}
|
|
|
|
.select2-container .select2-search--inline .select2-search__field {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
|
|
border-radius: 5px !important;
|
|
}
|
|
.select2-container--default.select2-container--focus .select2-selection--multiple {
|
|
border-color: #ffffff;
|
|
border-width: 1px;
|
|
}
|
|
.select2-container--default .select2-selection--multiple {
|
|
border-width: 1px;
|
|
}
|
|
.select2-container--open .select2-dropdown--below {
|
|
|
|
border-radius: 0px;
|
|
/*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
|
|
background: #fafafa;
|
|
|
|
}
|
|
.select2-selection .select2-selection--multiple:after {
|
|
content: 'hhghgh';
|
|
}
|