EasyUI Forum
May 21, 2024, 02:43:55 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: easyui1.3.3 conflict with bootstrap style  (Read 9220 times)
sphsyv
Newbie
*
Posts: 8


View Profile Email
« on: May 08, 2013, 06:54:32 AM »

easyui1.3.3 conflict with bootstrap style

Validation without prompting, presumably style conflict

Test the connection
http://sypro.cloudfoundry.com/
« Last Edit: May 08, 2013, 06:56:55 AM by sphsyv » Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: May 08, 2013, 07:35:49 AM »

Try adding the code below to solve this issue:
Code:
	<style>
.tooltip{
opacity:1;
filter:alpha(opacity=100);
}
</style>
Logged
sphsyv
Newbie
*
Posts: 8


View Profile Email
« Reply #2 on: May 08, 2013, 03:25:11 PM »

Try adding the code below to solve this issue:
Code:
	<style>
.tooltip{
opacity:1;
filter:alpha(opacity=100);
}
</style>


Thanks, solved.
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!