Add hover effect on items menu

This commit is contained in:
badsuricate
2013-10-10 15:05:34 +02:00
parent d72e580c59
commit 303094055d
2 changed files with 7 additions and 1 deletions

View File

@@ -17,6 +17,9 @@
} }
} }
.navbar-nav > li:hover{
background-color: @active-menu;
}
} }
// Inner for background effects // Inner for background effects

View File

@@ -13,6 +13,9 @@
@brand-primary: #f39922; @brand-primary: #f39922;
// Nav
// -------------------------
@active-menu: #eeeeee;
// Links // Links
// ------------------------- // -------------------------