mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 04:47:10 +08:00
usermenu hover background color changes
This commit is contained in:
parent
037fe63033
commit
d9eacd5f78
1 changed files with 2 additions and 1 deletions
|
@ -239,11 +239,12 @@ ul.main li a,
|
|||
}
|
||||
|
||||
.global-links-dropdown a:hover {
|
||||
color: $salmon-pink;
|
||||
color: $white;
|
||||
-webkit-transition: color 0.5s ease-out;
|
||||
-moz-transition: color 0.5s ease-out;
|
||||
-o-transition: color 0.5s ease-out;
|
||||
transition: color 0.5s ease-out;
|
||||
background: $dull-orange;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue