1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00
limesurvey_ynh/sources/third_party/bootstrap-multiselect/less/bootstrap-multiselect.less

51 lines
773 B
Text
Raw Normal View History

.multiselect-container {
position: absolute;
list-style-type: none;
margin: 0;
padding: 0;
.input-group {
margin: 5px;
}
> li {
padding: 0;
> a.multiselect-all label {
font-weight: bold;
}
> label.multiselect-group {
margin: 0;
padding: 3px 20px 3px 20px;
height: 100%;
font-weight: bold;
}
> a {
> label {
margin: 0;
height: 100%;
cursor: pointer;
font-weight: normal;
&.radio, &.checkbox {
margin: 0;
}
> input[type="checkbox"] {
margin-bottom:5px;
}
}
}
}
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}