EasyUI Forum

General Category => General Discussion => Topic started by: mapner on May 28, 2017, 10:04:24 AM



Title: TEXTBOX Disabled color
Post by: mapner on May 28, 2017, 10:04:24 AM
Hi,

I've the next line
<Input class = "easyui-textbox" editable = "false" data-options="buttonIcon:'fa fa-search fa-lg'">

How can I change the textbox background color for editable = "false" ..?

Thanks!


Title: Re: TEXTBOX Disabled color
Post by: jarry on May 28, 2017, 05:15:55 PM
Please add the CSS code to your page.
Code:
<style type="text/css">
.textbox .validatebox-readonly{
background: #eee;
}
</style>