dtable-ui-component 7.0.5-pal.19 → 7.0.5-pal.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
.dtable-ui-filters-list .filter-conjunction {
|
|
135
|
-
width:
|
|
135
|
+
width: 88px;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
.dtable-ui-filters-list .filter-conjunction-readonly {
|
|
@@ -166,21 +166,12 @@
|
|
|
166
166
|
color: #666666;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
.dtable-ui-filters-list .filter-column {
|
|
170
|
-
max-width: 150px;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
169
|
.filter-term .dtable-ui-multiple-select-selector .option,
|
|
174
170
|
.filter-term .dtable-ui-single-select-selector .option {
|
|
175
171
|
height: 30px;
|
|
176
172
|
padding: 0 10px;
|
|
177
173
|
}
|
|
178
174
|
|
|
179
|
-
.filter-term .dtable-ui-multiple-select-selector .select-option-name,
|
|
180
|
-
.filter-term .dtable-ui-single-select-selector .select-option-name {
|
|
181
|
-
margin-top: 5px !important;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
175
|
.filter-term .dtable-ui-single-select-selector .option:hover {
|
|
185
176
|
color: #212529;
|
|
186
177
|
background-color: #f7f7f7;
|