EasyUI Forum

General Category => Bug Report => Topic started by: Stefan B. on March 30, 2015, 05:49:57 AM



Title: missing css class "textbox-text-readonly" in release 1.4.2
Post by: Stefan B. on March 30, 2015, 05:49:57 AM
We using the css class "textbox-text-readonly" to have another color for readonly values.

In release 1.4.1 the was this class.
But in release 1.4.2 easyui removed this from elements - why?

How should I handle this now?


Title: Re: missing css class "textbox-text-readonly" in release 1.4.2
Post by: jarry on March 30, 2015, 06:26:26 AM
Please try this:
Code:
<style type="text/css">
            .textbox-readonly .textbox-text{
                        background: #eee;
            }
</style>