summaryrefslogtreecommitdiff
path: root/superhero/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'superhero/bootswatch.less')
-rwxr-xr-xsuperhero/bootswatch.less25
1 files changed, 14 insertions, 11 deletions
diff --git a/superhero/bootswatch.less b/superhero/bootswatch.less
index 077e0415..04f8f11c 100755
--- a/superhero/bootswatch.less
+++ b/superhero/bootswatch.less
@@ -139,11 +139,23 @@ blockquote.pull-right {
background-color: @blue;
border-color: transparent;
}
+}
+
+@media (max-width: @navbarCollapseWidth) {
- .nav-collapse.collapse {
+ .navbar .nav-collapse {
.border-radius(4px);
+ .nav li > a {
+ color: @orange;
+
+ &:hover {
+ background-color: lighten(@blue, 10%) !important;
+ background-image: none;
+ }
+ }
+
.navbar-form,
.navbar-search {
border-top: none;
@@ -154,15 +166,6 @@ blockquote.pull-right {
.nav-header {
color: @textColor;
}
-
- .nav li > a {
- color: @orange;
-
- &:hover {
- background-color: lighten(@blue, 10%);
- background-image: none;
- }
- }
}
}
@@ -656,4 +659,4 @@ label {
}
}
}
-}
+} \ No newline at end of file