EasyUI Forum
March 28, 2024, 05:47:20 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: TEXTBOX Disabled color  (Read 6085 times)
mapner
Jr. Member
**
Posts: 63


View Profile
« 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!
Logged
jarry
Administrator
Hero Member
*****
Posts: 2260


View Profile Email
« Reply #1 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>
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!