Fix combobox style
This commit is contained in:
parent
cde835d113
commit
a59baff0bb
|
@ -13,10 +13,10 @@
|
|||
font-size: @font-size-base;
|
||||
line-height: @line-height-base;
|
||||
|
||||
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
||||
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
||||
-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
||||
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
||||
-o-transition: none;
|
||||
-webkit-transition: none;
|
||||
-moz-transition: none;
|
||||
transition: none;
|
||||
|
||||
border-top-right-radius: 2px !important;
|
||||
border-bottom-right-radius: 2px !important;
|
||||
|
@ -59,6 +59,7 @@
|
|||
}
|
||||
|
||||
.btn-default.disabled {
|
||||
padding-right: 5px;
|
||||
border-top-color: transparent;
|
||||
border-bottom-color: transparent;
|
||||
|
||||
|
|
Loading…
Reference in a new issue