From c4281f39190b99ed543b046430e32ff488092ecd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 5 Aug 2013 15:30:28 -0700 Subject: Update labels to include a base class * Builds on the new button styles by requiring a `.btn-default` for the regular, gray labels * Updates components examples to show new stuff --- dist/css/bootstrap.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index b52b76790..4eff10a54 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; } @@ -4085,6 +4084,15 @@ a.thumbnail:focus { background-color: #808080; } +.label-default { + background-color: #999999; +} + +.label-default[href]:hover, +.label-default[href]:focus { + background-color: #808080; +} + .label-danger { background-color: #d9534f; } -- cgit v1.2.3 From 0faf42b4bc3fd301beaa5b5f9b4d367f69899b05 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 5 Aug 2013 15:35:16 -0700 Subject: Remove dupe hover background color --- dist/css/bootstrap.css | 1 - 1 file changed, 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 4eff10a54..c040a1385 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4081,7 +4081,6 @@ a.thumbnail:focus { color: #ffffff; text-decoration: none; cursor: pointer; - background-color: #808080; } .label-default { -- cgit v1.2.3