aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorBootstrap's Grunt bot <[email protected]>2015-03-27 08:50:27 +0000
committerBootstrap's Grunt bot <[email protected]>2015-03-27 08:50:27 +0000
commit0fa643a8a3569ce669348cdad98b080efa9843df (patch)
treedfb4aa252a686ef0c7be119d233facc1954e698d /docs/dist/css/bootstrap.css
parent8eccd088a0419ba288e0b3ce6a41cb075a42b4d9 (diff)
downloadbootstrap-0fa643a8a3569ce669348cdad98b080efa9843df.tar.xz
bootstrap-0fa643a8a3569ce669348cdad98b080efa9843df.zip
automatic `grunt dist`
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css15
1 files changed, 10 insertions, 5 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index 4f5f45f3c..672331c41 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -1380,31 +1380,36 @@ a.text-danger:focus {
color: #fff;
background-color: #337ab7;
}
-a.bg-primary:hover {
+a.bg-primary:hover,
+a.bg-primary:focus {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
-a.bg-success:hover {
+a.bg-success:hover,
+a.bg-success:focus {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
-a.bg-info:hover {
+a.bg-info:hover,
+a.bg-info:focus {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
-a.bg-warning:hover {
+a.bg-warning:hover,
+a.bg-warning:focus {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
-a.bg-danger:hover {
+a.bg-danger:hover,
+a.bg-danger:focus {
background-color: #e4b9b9;
}
.page-header {