This commit is contained in:
Martin Müller 2014-05-07 19:39:40 +02:00
parent 9c5734356e
commit 1f66a81291
1 changed files with 2 additions and 1 deletions

View File

@ -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 {