mirror of https://github.com/akveo/blur-admin
refactor(dropdowns): return border-radius
parent
bdd5a444a8
commit
57abd5905e
|
@ -438,7 +438,7 @@ label.custom-input-danger {
|
|||
}
|
||||
|
||||
.dropdown-menu {
|
||||
border-radius: 0;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.bootstrap-select {
|
||||
|
|
|
@ -111,7 +111,6 @@
|
|||
left: auto;
|
||||
right: -47px;
|
||||
top: 26px;
|
||||
border-radius: 0;
|
||||
@include scrollbars(.4em, rgba(0,0,0,0.5), #fff);
|
||||
.header {
|
||||
padding: 10px 12px;
|
||||
|
|
Loading…
Reference in New Issue