aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap-theme.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-11-08 00:10:53 -0800
committerMark Otto <[email protected]>2014-11-08 00:10:53 -0800
commit852eef9689079b8781c102cce43dc352ae8325d6 (patch)
tree35175d4516deea18a56e2c1893f751f86f887474 /docs/dist/css/bootstrap-theme.css
parent39f8c8183bac23fdd05bb617a444e0941802ffac (diff)
downloadbootstrap-852eef9689079b8781c102cce43dc352ae8325d6.tar.xz
bootstrap-852eef9689079b8781c102cce43dc352ae8325d6.zip
grunt
Diffstat (limited to 'docs/dist/css/bootstrap-theme.css')
-rw-r--r--docs/dist/css/bootstrap-theme.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap-theme.css b/docs/dist/css/bootstrap-theme.css
index b82bd721f..976b8db0e 100644
--- a/docs/dist/css/bootstrap-theme.css
+++ b/docs/dist/css/bootstrap-theme.css
@@ -275,6 +275,19 @@
.navbar-fixed-bottom {
border-radius: 0;
}
+@media (max-width: 767px) {
+ .navbar .navbar-nav .open .dropdown-menu > .active > a,
+ .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
+ .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
+ color: #fff;
+ background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
+ background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
+ background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
+ background-repeat: repeat-x;
+ }
+}
.alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);