diff options
| author | Mark Otto <[email protected]> | 2013-04-26 10:44:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-26 10:44:44 -0700 |
| commit | 57ba494409f91f63b1b1a6ac3d2e74da9635135e (patch) | |
| tree | 14ed3b4ee708bd16855d9586d2da5a991c804b43 /docs/assets/css/bootstrap.css | |
| parent | 1fc0d2c0f1a226ea77ddf0e2d1026518e713d537 (diff) | |
| download | bootstrap-57ba494409f91f63b1b1a6ac3d2e74da9635135e.tar.xz bootstrap-57ba494409f91f63b1b1a6ac3d2e74da9635135e.zip | |
running make
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 17 |
1 files changed, 10 insertions, 7 deletions
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; } |
