aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-05 20:01:45 -0700
committerMark Otto <[email protected]>2013-08-05 20:01:45 -0700
commit1d1e21aff6c131be7c911e2b83febe339fa48272 (patch)
tree0355fdccf1ff8599f63a883dd4723c8d977e1e00 /dist/css/bootstrap.css
parentac3cb6974ad0573812b65a2054a5809da9946cb6 (diff)
parent219f0fe7c54d6ece4fcfc58b140189c12e63f360 (diff)
downloadbootstrap-1d1e21aff6c131be7c911e2b83febe339fa48272.tar.xz
bootstrap-1d1e21aff6c131be7c911e2b83febe339fa48272.zip
Merge pull request #9123 from twbs/bs3_alerts_default_class
Update labels to include a base class (fixes #8752)
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 697575059..fb446da47 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -4073,7 +4073,6 @@ a.thumbnail:focus {
text-align: center;
white-space: nowrap;
vertical-align: baseline;
- background-color: #999999;
border-radius: .25em;
}
@@ -4082,6 +4081,14 @@ a.thumbnail:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
+}
+
+.label-default {
+ background-color: #999999;
+}
+
+.label-default[href]:hover,
+.label-default[href]:focus {
background-color: #808080;
}