Fixed visibility problems of disabled inputs on Chrome

FEA: ItEr70S04BugFixing
This commit is contained in:
Lorenzo Tilve 2011-02-02 10:27:34 +01:00
parent 12622d951d
commit 68265ca6e7

View file

@ -1554,3 +1554,8 @@ display:none;
background: #ABCDE1;
color: white;
}
input.z-spinner-text-disd,
input.z-datebox-text-disd {
color: #000000 !important;
}