EasyUI Forum
March 29, 2024, 02:20:18 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: missing css class "textbox-text-readonly" in release 1.4.2  (Read 7262 times)
Stefan B.
Full Member
***
Posts: 152


Software Architekt


View Profile Email
« 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?
« Last Edit: March 30, 2015, 05:57:47 AM by Stefan B. » Logged
jarry
Administrator
Hero Member
*****
Posts: 2260


View Profile Email
« Reply #1 on: March 30, 2015, 06:26:26 AM »

Please try this:
Code:
<style type="text/css">
            .textbox-readonly .textbox-text{
                        background: #eee;
            }
</style>
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!