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