EasyUI Forum
March 29, 2024, 05:54:33 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: combobox + css  (Read 3445 times)
rezzonico
Full Member
***
Posts: 182


View Profile
« on: April 24, 2018, 04:06:00 AM »

Hi all,

I have two combobox.

The first is a readonly combobox, the second is disable.

The css style of the first combobox (readonly)  must be equal to the style of the second combobox (disable).

How can I do this ?

Thanks
Miche
Logged
jarry
Administrator
Hero Member
*****
Posts: 2260


View Profile Email
« Reply #1 on: April 24, 2018, 05:30:57 PM »

Please set the 'readonly' and 'disabled' styles as:
Code:
<style type="text/css">
.combo.textbox-readonly{
opacity: 0.6;
}
.combo.textbox-disabled{
opacity: 0.6;
}
</style>
Logged
rezzonico
Full Member
***
Posts: 182


View Profile
« Reply #2 on: April 26, 2018, 09:00:50 AM »

Thanks !

Miche
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!