EasyUI Forum
May 14, 2024, 08:36:22 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: How to change the color in a disabled datebox  (Read 7261 times)
mapner
Jr. Member
**
Posts: 63


View Profile
« on: May 30, 2013, 02:47:07 PM »

Hello,

I want to know how to change the color for a disabled datebox

thanks


Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: May 30, 2013, 07:47:40 PM »

Try changing the css styles.
Code:
	<style type="text/css">
input.combo-text[disabled]{
background-color:#ccc;
}
</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!