select
This commit is contained in:
parent
9c5734356e
commit
1f66a81291
|
@ -1,6 +1,7 @@
|
|||
.form-control .select2-choice {
|
||||
border: 0;
|
||||
border-radius: 2px;
|
||||
height:32px;
|
||||
}
|
||||
|
||||
.form-control .select2-choice .select2-arrow {
|
||||
|
@ -8,13 +9,13 @@
|
|||
}
|
||||
|
||||
.form-control.select2-container {
|
||||
height: auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.form-control.select2-container.select2-dropdown-open {
|
||||
border-color: #5897FB;
|
||||
border-radius: 3px 3px 0 0;
|
||||
height:32px;
|
||||
}
|
||||
|
||||
.form-control .select2-container.select2-dropdown-open .select2-choices {
|
||||
|
|
Loading…
Reference in New Issue