fix filter fields css
This commit is contained in:
@@ -323,7 +323,34 @@ ul.dropdown-menu > li.checkbox:last-child {
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.field .link-container .list-group-item .form-control {
|
||||
.filter > .form-group .field {
|
||||
.link-container {
|
||||
font-size: @font-size-small;
|
||||
}
|
||||
.input-group {
|
||||
input {
|
||||
font-size: @font-size-small;
|
||||
height: @input-height-small;
|
||||
}
|
||||
button.btn {
|
||||
font-size: @font-size-small;
|
||||
height: @input-height-small;
|
||||
}
|
||||
}
|
||||
.selectize-control {
|
||||
.selectize-input {
|
||||
font-size: @font-size-small;
|
||||
min-height: @input-height-small;
|
||||
.selectize-control.multi .selectize-input.has-items {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.field .link
|
||||
-container .list-group-item .form-control {
|
||||
width: 140px !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -293,3 +293,12 @@
|
||||
opacity: @selectize-opacity-disabled;
|
||||
background-color: @selectize-color-disabled;
|
||||
}
|
||||
|
||||
.filter > .form-group .field {
|
||||
.selectize-control {
|
||||
.selectize-input {
|
||||
font-size: @font-size-small;
|
||||
padding: 4px 5px 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user