For Bug 49351
This commit is contained in:
parent
b6fbe5172b
commit
0ef3a22a5e
|
@ -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;
|
//-o-transition: border-color ease-in-out .15s;
|
||||||
-webkit-transition: border-color ease-in-out .15s;
|
//-webkit-transition: border-color ease-in-out .15s;
|
||||||
-moz-transition: border-color ease-in-out .15s;
|
//-moz-transition: border-color ease-in-out .15s;
|
||||||
transition: border-color ease-in-out .15s;
|
//transition: border-color ease-in-out .15s;
|
||||||
|
|
||||||
border-top-right-radius: 2px !important;
|
border-top-right-radius: 2px !important;
|
||||||
border-bottom-right-radius: 2px !important;
|
border-bottom-right-radius: 2px !important;
|
||||||
|
@ -154,6 +154,14 @@
|
||||||
top: auto;
|
top: auto;
|
||||||
bottom: 100%;
|
bottom: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.masked & {
|
||||||
|
&:disabled {
|
||||||
|
&, .btn-default {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.open > .combobox.combo-dataview-menu {
|
.open > .combobox.combo-dataview-menu {
|
||||||
|
|
Loading…
Reference in a new issue