EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: mapner on May 30, 2013, 02:47:07 PM



Title: How to change the color in a disabled datebox
Post by: mapner on May 30, 2013, 02:47:07 PM
Hello,

I want to know how to change the color for a disabled datebox

thanks




Title: Re: How to change the color in a disabled datebox
Post by: stworthy on May 30, 2013, 07:47:40 PM
Try changing the css styles.
Code:
	<style type="text/css">
input.combo-text[disabled]{
background-color:#ccc;
}
</style>
.