Fixed visibility problems of disabled inputs on Chrome
FEA: ItEr70S04BugFixing
This commit is contained in:
parent
12622d951d
commit
68265ca6e7
1 changed files with 5 additions and 0 deletions
|
|
@ -1554,3 +1554,8 @@ display:none;
|
|||
background: #ABCDE1;
|
||||
color: white;
|
||||
}
|
||||
|
||||
input.z-spinner-text-disd,
|
||||
input.z-datebox-text-disd {
|
||||
color: #000000 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue