EasyUI Forum
May 08, 2024, 03:00:29 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: The disabled status of LinkButton is displayed abnormal in IE browser  (Read 6357 times)
Jimin
Newbie
*
Posts: 2


View Profile
« on: July 21, 2014, 06:34:49 AM »

The disabled status of LinkButton is displayed abnormal in IE browser. It's difficult to distinguish if the button is disabled or not. If you try Firefox or Chrome browser, it's easy to distinguish. I think this is a bug and should be fixed. It's ok for the easyui 1.3.4 and earlier versions.

You can try the following link to check:
http://www.jeasyui.com/demo/main/index.php?plugin=LinkButton&theme=default&dir=ltr&pitem=
Logged
jarry
Administrator
Hero Member
*****
Posts: 2262


View Profile Email
« Reply #1 on: July 21, 2014, 08:09:57 AM »

Please try to add the code below to your page.
Code:
<style>
.l-btn-disabled .l-btn-text,
.l-btn-disabled .l-btn-icon{
  filter: alpha(opacity=50);
}
</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!