From 57ba494409f91f63b1b1a6ac3d2e74da9635135e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 Apr 2013 10:44:44 -0700 Subject: running make --- docs/assets/css/bootstrap.css | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index c7e2b4eb1..f8db46767 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4796,19 +4796,19 @@ a.thumbnail:focus { } .label[href]:hover, -a.label:hover, -.label[href]:focus, -a.label:focus { +.label[href]:focus { color: #fff; text-decoration: none; cursor: pointer; + background-color: #808080; } .label-danger { background-color: #d9534f; } -.label-danger[href] { +.label-danger[href]:hover, +.label-danger[href]:focus { background-color: #c9302c; } @@ -4816,7 +4816,8 @@ a.label:focus { background-color: #5cb85c; } -.label-success[href] { +.label-success[href]:hover, +.label-success[href]:focus { background-color: #449d44; } @@ -4824,7 +4825,8 @@ a.label:focus { background-color: #f0ad4e; } -.label-warning[href] { +.label-warning[href]:hover, +.label-warning[href]:focus { background-color: #ec971f; } @@ -4832,7 +4834,8 @@ a.label:focus { background-color: #5bc0de; } -.label-info[href] { +.label-info[href]:hover, +.label-info[href]:focus { background-color: #31b0d5; } -- cgit v1.2.3