aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorBurak Tuyan <[email protected]>2012-01-30 01:13:21 +0200
committerBurak Tuyan <[email protected]>2012-01-30 01:13:21 +0200
commit97b3057824272080166e592016131db53e55c427 (patch)
treee92b1cc78ad7c39e73734de2e9d001fa823cde2a /less
parent918a17a30bbaed3f7d8c80a30b7766b95e636dff (diff)
downloadbootstrap-97b3057824272080166e592016131db53e55c427.tar.xz
bootstrap-97b3057824272080166e592016131db53e55c427.zip
Extending the dropup support to tabs and pills
This was needed to match the color of the carets that are used for tabs and pills
Diffstat (limited to 'less')
-rw-r--r--less/navs.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/less/navs.less b/less/navs.less
index 522ad340d..65edc3095 100644
--- a/less/navs.less
+++ b/less/navs.less
@@ -193,11 +193,13 @@
.tabs .dropdown-toggle .caret,
.pills .dropdown-toggle .caret {
border-top-color: @linkColor;
+ border-bottom-color: @linkColor;
margin-top: 6px;
}
.tabs .dropdown-toggle:hover .caret,
.pills .dropdown-toggle:hover .caret {
border-top-color: @linkColorHover;
+ border-bottom-color: @linkColorHover;
}
// Active dropdown links
@@ -205,6 +207,7 @@
.tabs .active .dropdown-toggle .caret,
.pills .active .dropdown-toggle .caret {
border-top-color: @grayDark;
+ border-bottom-color: @grayDark;
}
// Active:hover dropdown links