EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: frankgao on July 30, 2016, 02:08:37 AM



Title: How to set the easyui-textbox background color?
Post by: frankgao on July 30, 2016, 02:08:37 AM
When the textbox is readonly="readonly",i need set the background color red or blue.
how to do it? 
thanks!


Title: Re: How to set the easyui-textbox background color?
Post by: jarry on July 30, 2016, 05:17:50 PM
Please add this code to the page.
Code:
<style type="text/css">
    .textbox-readonly .textbox-text{
        background: blue;
    }
</style>


Title: Re: How to set the easyui-textbox background color?
Post by: medandevelop on August 26, 2018, 09:58:55 PM
thank you