summaryrefslogtreecommitdiff
path: root/paper/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'paper/bootswatch.less')
-rw-r--r--paper/bootswatch.less11
1 files changed, 11 insertions, 0 deletions
diff --git a/paper/bootswatch.less b/paper/bootswatch.less
index d588ab00..a1c5199f 100644
--- a/paper/bootswatch.less
+++ b/paper/bootswatch.less
@@ -189,6 +189,7 @@ select.form-control {
&:hover {
border: none;
+ color: @brand-primary;
}
}
@@ -196,6 +197,16 @@ select.form-control {
.box-shadow(inset 0 -1px 0 #ddd);
}
+ &.nav-justified {
+
+ & > li > a,
+ & > li > a:hover,
+ & > .active > a,
+ & > .active > a:hover {
+ border: none;
+ }
+ }
+
.dropdown-menu {
margin-top: 0;
}