diff options
| author | Mark Otto <[email protected]> | 2013-07-23 22:49:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-23 22:49:13 -0700 |
| commit | 1803b2f09ee4ecdc23fb3d371441c4ac1526b43d (patch) | |
| tree | cee36f5b74a8a085fe2b4923ec01cedab299ac77 /less/dropdowns.less | |
| parent | 1d1bd62598f309eeffb9fa4e277e02b633520a7f (diff) | |
| parent | 330f40c8641a3f9bc4b4295c0d5d958108518d2e (diff) | |
| download | bootstrap-1803b2f09ee4ecdc23fb3d371441c4ac1526b43d.tar.xz bootstrap-1803b2f09ee4ecdc23fb3d371441c4ac1526b43d.zip | |
Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into saas786-3.0.0-wip
Diffstat (limited to 'less/dropdowns.less')
| -rw-r--r-- | less/dropdowns.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index 7e35d4287..1430435e4 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 @caret-border-top-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)); @@ -159,7 +159,7 @@ // Reverse the caret .caret { border-top: 0; - border-bottom: 4px solid #000; + border-bottom: 4px solid @dropup-caret-border-color; content: ""; } // Different positioning for bottom up menu |
