Merge branch 'frontend' of https://github.com/thelia/thelia into frontend

This commit is contained in:
touffies
2013-10-10 16:26:07 +02:00
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
// ------------------------- // -------------------------