aboutsummaryrefslogtreecommitdiff
path: root/lib/dropdowns.less
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dropdowns.less')
-rw-r--r--lib/dropdowns.less10
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/dropdowns.less b/lib/dropdowns.less
index 85f74b632..daa7003e3 100644
--- a/lib/dropdowns.less
+++ b/lib/dropdowns.less
@@ -36,12 +36,12 @@
min-width: 160px;
max-width: 220px;
_width: 160px;
- padding: 5px 0;
+ padding: 4px 0;
margin: 0; // override default ul
list-style: none;
background-color: @white;
border-color: #999;
- border-color: rgba(0,0,0,.1);
+ border-color: rgba(0,0,0,.2);
border-style: solid;
border-width: 1px;
.border-radius(0 0 5px 5px);
@@ -68,6 +68,7 @@
font-weight: normal;
line-height: 18px;
color: @gray;
+ white-space: nowrap;
}
}
@@ -75,10 +76,7 @@
.dropdown-menu li > a:hover {
color: #fff;
text-decoration: none;
- text-shadow: 0 -1px 0 rgba(0,0,0,.25);
- #gradient > .vertical(@linkColor, darken(@linkColor, 5%));
- @shadow: inset 0 1px 0 rgba(0,0,0,.075), inset 0 -1px rgba(0,0,0,.075);
- .box-shadow(@shadow);
+ background-color: @linkColor;
}
// Active state