refactor(dropdowns): return border-radius

pull/3/head
alex 2016-02-23 17:24:05 +03:00
parent bdd5a444a8
commit 57abd5905e
2 changed files with 1 additions and 2 deletions

View File

@ -438,7 +438,7 @@ label.custom-input-danger {
} }
.dropdown-menu { .dropdown-menu {
border-radius: 0; border-radius: 5px;
} }
.bootstrap-select { .bootstrap-select {

View File

@ -111,7 +111,6 @@
left: auto; left: auto;
right: -47px; right: -47px;
top: 26px; top: 26px;
border-radius: 0;
@include scrollbars(.4em, rgba(0,0,0,0.5), #fff); @include scrollbars(.4em, rgba(0,0,0,0.5), #fff);
.header { .header {
padding: 10px 12px; padding: 10px 12px;