2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

add navbar background hover variable and fix uneditable-input with append/prepend controls

This commit is contained in:
Mark Otto
2012-02-12 14:01:58 -08:00
parent 86b6ea4b5f
commit a9e469e75a
5 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -194,7 +194,7 @@
}
// Hover
.navbar .nav > li > a:hover {
background-color: transparent;
background-color: @navbarLinkBackgroundHover; // "transparent" is default to differentiate :hover from .active
color: @navbarLinkColorHover;
text-decoration: none;
}