[common] fixed combobox disabled stylesheet
This commit is contained in:
parent
94b9ce2693
commit
23333c8720
|
@ -38,7 +38,7 @@
|
||||||
.btnsize(@x-huge-btn-height);
|
.btnsize(@x-huge-btn-height);
|
||||||
}
|
}
|
||||||
|
|
||||||
&[disabled] {
|
&[disabled], &.disabled {
|
||||||
opacity: @component-disabled-opacity;
|
opacity: @component-disabled-opacity;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -59,6 +59,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-default.disabled {
|
.btn-default.disabled {
|
||||||
|
border-top-color: transparent;
|
||||||
|
border-bottom-color: transparent;
|
||||||
|
|
||||||
&:hover, &:focus {
|
&:hover, &:focus {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: @border-regular-control-ie;
|
border-color: @border-regular-control-ie;
|
||||||
|
|
Loading…
Reference in a new issue