From 107b334d349be065421967553f57aa186736ffcf Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 7 Dec 2013 11:45:11 -0800 Subject: Fixes #11766: Use color var for background on badges in buttons to restore proper background to default button badge --- dist/css/bootstrap.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index a5e975ced..f9d3907ac 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2344,7 +2344,7 @@ fieldset[disabled] .btn-default.active { .btn-default .badge { color: #ffffff; - background-color: #fff; + background-color: #333333; } .btn-primary { @@ -2390,7 +2390,7 @@ fieldset[disabled] .btn-primary.active { .btn-primary .badge { color: #428bca; - background-color: #fff; + background-color: #ffffff; } .btn-warning { @@ -2436,7 +2436,7 @@ fieldset[disabled] .btn-warning.active { .btn-warning .badge { color: #f0ad4e; - background-color: #fff; + background-color: #ffffff; } .btn-danger { @@ -2482,7 +2482,7 @@ fieldset[disabled] .btn-danger.active { .btn-danger .badge { color: #d9534f; - background-color: #fff; + background-color: #ffffff; } .btn-success { @@ -2528,7 +2528,7 @@ fieldset[disabled] .btn-success.active { .btn-success .badge { color: #5cb85c; - background-color: #fff; + background-color: #ffffff; } .btn-info { @@ -2574,7 +2574,7 @@ fieldset[disabled] .btn-info.active { .btn-info .badge { color: #5bc0de; - background-color: #fff; + background-color: #ffffff; } .btn-link { -- cgit v1.2.3