Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 32645f4

Browse files
authored
Merge pull request #2091 from northteam/patch-1
Fix border radius when using with input-group
2 parents d1ce1cf + 863baa3 commit 32645f4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/common.css

+10
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,16 @@ body > .select2-container.open {
195195
position: static;
196196
}
197197

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+
198208
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
199209
border-radius: 4px; /* FIXME hardcoded value :-/ */
200210
border-top-right-radius: 0;

0 commit comments

Comments
 (0)