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
@@ -33,7 +36,7 @@
// Navbar button for toggling navbar items in responsive layouts // Navbar button for toggling navbar items in responsive layouts
// These definitions need to come after '.navbar .btn' // These definitions need to come after '.navbar .btn'
.navbar .btn { .navbar .btn {
.button-variant(@btn-primary-color; @btn-primary-bg; @btn-primary-border); .button-variant(@btn-primary-color; @btn-primary-bg; @btn-primary-border);
} }
.navbar-default .navbar-toggle .icon-bar{ .navbar-default .navbar-toggle .icon-bar{

View File

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