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