aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-17 11:19:22 -0700
committerMark Otto <[email protected]>2015-08-17 11:19:22 -0700
commit9a243f2b664875d1f71856e402ae4d341871c191 (patch)
treec523a7d18b28bb708d6c16bcf6b3f213f8a5d8d4 /docs/dist/css/bootstrap.css
parente558f490dd3cce1d9c13714e41cf4a7b1e04e909 (diff)
downloadbootstrap-9a243f2b664875d1f71856e402ae4d341871c191.tar.xz
bootstrap-9a243f2b664875d1f71856e402ae4d341871c191.zip
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index 735f52903..e3046e2dc 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -2926,7 +2926,7 @@ input[type="button"].btn-block {
background-color: #e5e5e5;
}
-.dropdown-menu > li > a {
+.dropdown-item {
display: block;
padding: 3px 20px;
clear: both;
@@ -2936,30 +2936,30 @@ input[type="button"].btn-block {
white-space: nowrap;
}
-.dropdown-menu > li > a:focus,
-.dropdown-menu > li > a:hover {
+.dropdown-item:focus,
+.dropdown-item:hover {
color: #2b2d2f;
text-decoration: none;
background-color: #f5f5f5;
}
-.dropdown-menu > .active > a,
-.dropdown-menu > .active > a:focus,
-.dropdown-menu > .active > a:hover {
+.dropdown-item.active,
+.dropdown-item.active:focus,
+.dropdown-item.active:hover {
color: #fff;
text-decoration: none;
background-color: #0275d8;
outline: 0;
}
-.dropdown-menu > .disabled > a,
-.dropdown-menu > .disabled > a:focus,
-.dropdown-menu > .disabled > a:hover {
+.dropdown-item.disabled,
+.dropdown-item.disabled:focus,
+.dropdown-item.disabled:hover {
color: #818a91;
}
-.dropdown-menu > .disabled > a:focus,
-.dropdown-menu > .disabled > a:hover {
+.dropdown-item.disabled:focus,
+.dropdown-item.disabled:hover {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;