aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
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 /docs/assets/css/bootstrap.css
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 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index e2b419af7..9cd0ec5f1 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -2208,13 +2208,16 @@ button.btn.small, input[type="submit"].btn.small {
}
.tabs .dropdown-toggle .caret, .pills .dropdown-toggle .caret {
border-top-color: #0088cc;
+ border-bottom-color: #0088cc;
margin-top: 6px;
}
.tabs .dropdown-toggle:hover .caret, .pills .dropdown-toggle:hover .caret {
border-top-color: #005580;
+ border-bottom-color: #005580;
}
.tabs .active .dropdown-toggle .caret, .pills .active .dropdown-toggle .caret {
border-top-color: #333333;
+ border-bottom-color: #333333;
}
.nav > .dropdown.active > a:hover {
color: #000000;