summaryrefslogtreecommitdiff
path: root/yeti/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'yeti/bootswatch.less')
-rw-r--r--yeti/bootswatch.less9
1 files changed, 6 insertions, 3 deletions
diff --git a/yeti/bootswatch.less b/yeti/bootswatch.less
index 8d8f82ce..0132eb48 100644
--- a/yeti/bootswatch.less
+++ b/yeti/bootswatch.less
@@ -21,6 +21,7 @@
}
.dropdown-menu {
+ padding: 0;
border: none;
background-color: @navbar-default-bg;
@@ -29,10 +30,12 @@
font-size: 13px;
font-weight: 300;
color: @navbar-default-color;
+ }
- &:hover {
- background-color: @navbar-default-link-hover-bg;
- }
+ > li > a:hover,
+ > .active > a,
+ > .active > a:hover {
+ background-color: @navbar-default-link-hover-bg;
}
}
}