2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

moving code and dropdowns to variables.less

This commit is contained in:
syed
2013-07-20 13:17:56 +05:00
parent c2e37414d8
commit 1683e6767a
3 changed files with 26 additions and 9 deletions
+3 -3
View File
@@ -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