forked from 0x2620/oxjs
theme css: add 'inputDisabledColor'
This commit is contained in:
parent
1f51ba8589
commit
836ef93e21
5 changed files with 5 additions and 0 deletions
|
|
@ -594,6 +594,7 @@ Forms
|
|||
background-image: -o-linear-gradient(top, $inputDisabledGradient);
|
||||
background-image: -webkit-linear-gradient(top, $inputDisabledGradient);
|
||||
background-image: linear-gradient(top, $inputDisabledGradient);
|
||||
color: $inputDisabledColor;
|
||||
}
|
||||
|
||||
.$themeClass .OxLabelSelect > .OxTitle {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue