We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1ce1cf + 863baa3 commit 32645f4Copy full SHA for 32645f4
src/common.css
@@ -195,6 +195,16 @@ body > .select2-container.open {
195
position: static;
196
}
197
198
+.input-group .ui-select-bootstrap:first-child .form-control {
199
+ border-top-left-radius: 4px; /* FIXME hardcoded value :-/ */
200
+ border-bottom-left-radius: 4px; /* FIXME hardcoded value :-/ */
201
+}
202
+
203
+.input-group .ui-select-bootstrap:last-child .form-control {
204
+ border-top-right-radius: 4px; /* FIXME hardcoded value :-/ */
205
+ border-bottom-right-radius: 4px; /* FIXME hardcoded value :-/ */
206
207
208
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
209
border-radius: 4px; /* FIXME hardcoded value :-/ */
210
border-top-right-radius: 0;
0 commit comments