aboutsummaryrefslogtreecommitdiff
path: root/lib/dropdowns.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-22 20:03:17 -0800
committerJacob Thornton <[email protected]>2012-01-22 20:03:17 -0800
commitdc5bedda1441bac36e266f409b3dd14f84e8fd32 (patch)
treee37f903ecad07c345a9efbd4419a87efc399434b /lib/dropdowns.less
parent155b72e8730e9b8badb5fa80c8d7f8990f10cc82 (diff)
parent1593671cb2e16947a50b8ce8985a1b2828c92b71 (diff)
downloadbootstrap-dc5bedda1441bac36e266f409b3dd14f84e8fd32.tar.xz
bootstrap-dc5bedda1441bac36e266f409b3dd14f84e8fd32.zip
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'lib/dropdowns.less')
-rw-r--r--lib/dropdowns.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dropdowns.less b/lib/dropdowns.less
index 08054713c..40b4d7e87 100644
--- a/lib/dropdowns.less
+++ b/lib/dropdowns.less
@@ -14,7 +14,7 @@
vertical-align: top;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
- border-top: 4px solid #000;
+ border-top: 4px solid @black;
.opacity(30);
content: "\2193";
}
@@ -79,7 +79,7 @@
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
- color: #fff;
+ color: @white;
text-decoration: none;
background-color: @linkColor;
}