aboutsummaryrefslogtreecommitdiff
path: root/less/dropdowns.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2013-07-23 23:51:18 -0700
committerJacob Thornton <[email protected]>2013-07-23 23:51:18 -0700
commit930c75e5dd0f2ae861a505bda740f289570c9b8a (patch)
treee55142ec3e404eec83325478691d0626e61b19ef /less/dropdowns.less
parent217eb988b8b328369e197e616b3a7adf7b38292c (diff)
parent8540515eebf8b17286cb27f6d1804352dada875d (diff)
downloadbootstrap-930c75e5dd0f2ae861a505bda740f289570c9b8a.tar.xz
bootstrap-930c75e5dd0f2ae861a505bda740f289570c9b8a.zip
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'less/dropdowns.less')
-rw-r--r--less/dropdowns.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less
index 7e35d4287..00a84a6cb 100644
--- a/less/dropdowns.less
+++ b/less/dropdowns.less
@@ -11,7 +11,7 @@
height: 0;
margin-left: 2px;
vertical-align: middle;
- border-top: 4px solid #000;
+ border-top: 4px solid @dropdown-caret-color;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
@@ -31,7 +31,7 @@
margin: 2px 0 0; // override default ul
list-style: none;
background-color: @dropdown-bg;
- border: 1px solid #ccc; // IE8 fallback
+ border: 1px solid @dropdown-fallback-border; // IE8 fallback
border: 1px solid @dropdown-border;
border-radius: @border-radius-base;
.box-shadow(0 6px 12px rgba(0,0,0,.175));
@@ -45,7 +45,7 @@
// Dividers (basically an hr) within the dropdown
.divider {
- .nav-divider(@dropdown-divider-top, @dropdown-divider-bottom);
+ .nav-divider(@dropdown-divider-bg);
}
// Links within the dropdown menu
@@ -159,7 +159,7 @@
// Reverse the caret
.caret {
border-top: 0;
- border-bottom: 4px solid #000;
+ border-bottom: 4px solid @dropdown-caret-color;
content: "";
}
// Different positioning for bottom up menu