Minor fixes with inputs in fixed filter tables

This commit is contained in:
Jose Gonzalez 2023-01-17 16:46:18 +01:00
parent 8c1bd2c1ee
commit 9356f05056
1 changed files with 25 additions and 2 deletions

View File

@ -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 {