EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Aod47 on January 13, 2019, 06:35:47 AM



Title: How to remove menubotton border when mouse over
Post by: Aod47 on January 13, 2019, 06:35:47 AM
I want to remove menubotton border when mouse over it.
Could your please advice

Thank you


Title: Re: How to remove menubotton border when mouse over
Post by: stworthy on January 13, 2019, 11:50:25 PM
Please overwrite the CSS styles as below:
Code:
<style type="text/css">
.m-btn-plain-active,.m-btn-plain-active:hover{
border-color: transparent;
}
</style>


Title: Re: How to remove menubotton border when mouse over
Post by: Aod47 on January 14, 2019, 06:28:42 PM
Thank you, Sir.

I tried the code, but a border still appeared a few second when mouse over the border. T-T