Added transition effect to the admin menu items.

This commit is contained in:
Alex Tselegidis 2015-11-23 23:57:00 +01:00
parent c051a894ca
commit 30b6903cd2
1 changed files with 1 additions and 1 deletions

View File

@ -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) {