Skip to content

Commit 96e7566

Browse files
committed
append/prepend changes
1 parent 5702db6 commit 96e7566

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

select2-bootstrap.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,26 @@
5454
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
5555
}
5656

57+
.input-append .select2-container, .input-prepend .select2-container {
58+
font-size:14px;
59+
}
60+
61+
.input-prepend .select2-container > a.select2-choice,
62+
.input-prepend .select2-container-multi .select2-choices {
63+
border-top-left-radius: 0px;
64+
border-bottom-left-radius: 0px;
65+
}
66+
67+
.input-append .select2-container > a,
68+
.input-append .select2-container-multi .select2-choices {
69+
border-top-right-radius: 0px;
70+
border-bottom-right-radius: 0px;
71+
}
72+
73+
.input-prepend .select2-container > a.select2-choice > div,
74+
.input-append .select2-container > a.select2-choice > div {
75+
display:none;
76+
}
5777

5878
/**
5979
* This stops the quick flash when a native selectbox is shown and

0 commit comments

Comments
 (0)