mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Added transition effect to the admin menu items.
This commit is contained in:
parent
c051a894ca
commit
30b6903cd2
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ root {
|
|||
color: #FFF;
|
||||
text-decoration: none;
|
||||
font-size: 16px;
|
||||
transition: none;
|
||||
transition: background-color 0.2s;
|
||||
}
|
||||
|
||||
#header #header-menu .menu-item:hover:not(.active) {
|
||||
|
|
Loading…
Reference in a new issue