EasyUI Forum
November 30, 2025, 03:49:41 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: How to remove menubotton border when mouse over  (Read 7842 times)
Aod47
Jr. Member
**
Posts: 85


View Profile
« on: January 13, 2019, 06:35:47 AM »

I want to remove menubotton border when mouse over it.
Could your please advice

Thank you
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 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>
Logged
Aod47
Jr. Member
**
Posts: 85


View Profile
« Reply #2 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
« Last Edit: January 14, 2019, 06:38:00 PM by Aod47 » 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!