EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: sphsyv on May 08, 2013, 06:54:32 AM



Title: easyui1.3.3 conflict with bootstrap style
Post by: sphsyv 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/


Title: Re: easyui1.3.3 conflict with bootstrap style
Post by: stworthy 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>


Title: Re: easyui1.3.3 conflict with bootstrap style
Post by: sphsyv 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.