Minor fixes with inputs in fixed filter tables
This commit is contained in:
parent
8c1bd2c1ee
commit
9356f05056
|
@ -10793,8 +10793,31 @@ pre.external_tools_output {
|
|||
font-size: 10pt;
|
||||
}
|
||||
|
||||
.fixed_filter_bar input {
|
||||
/*height: 32px;*/
|
||||
.fixed_filter_bar input,
|
||||
.fixed_filter_bar .select2-container .select2-selection--single {
|
||||
height: 32px !important;
|
||||
}
|
||||
|
||||
.fixed_filter_bar .select2-selection__arrow {
|
||||
top: -4px !important;
|
||||
}
|
||||
|
||||
.fixed_filter_bar
|
||||
.select2-container
|
||||
.select2-selection--single
|
||||
.select2-selection__rendered {
|
||||
line-height: 32px !important;
|
||||
}
|
||||
|
||||
.fixed_filter_bar
|
||||
.select2-container--default
|
||||
.select2-search--dropdown
|
||||
.select2-search__field {
|
||||
height: 32px !important;
|
||||
}
|
||||
|
||||
.fixed_filter_bar .p-slider {
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.fixed_filter_content {
|
||||
|
|
Loading…
Reference in New Issue