From 209d3af30188a6b426f0cf84d81b367b2f056e1b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 15 Aug 2013 11:31:26 -0700 Subject: Fixes #9617: consistent variation order, add .label-primary --- dist/css/bootstrap.css | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index f6371cf13..bec2ddbce 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4662,13 +4662,13 @@ a.thumbnail:focus { background-color: #808080; } -.label-danger { - background-color: #d9534f; +.label-primary { + background-color: #428bca; } -.label-danger[href]:hover, -.label-danger[href]:focus { - background-color: #c9302c; +.label-primary[href]:hover, +.label-primary[href]:focus { + background-color: #3071a9; } .label-success { @@ -4680,6 +4680,15 @@ a.thumbnail:focus { background-color: #449d44; } +.label-info { + background-color: #5bc0de; +} + +.label-info[href]:hover, +.label-info[href]:focus { + background-color: #31b0d5; +} + .label-warning { background-color: #f0ad4e; } @@ -4689,13 +4698,13 @@ a.thumbnail:focus { background-color: #ec971f; } -.label-info { - background-color: #5bc0de; +.label-danger { + background-color: #d9534f; } -.label-info[href]:hover, -.label-info[href]:focus { - background-color: #31b0d5; +.label-danger[href]:hover, +.label-danger[href]:focus { + background-color: #c9302c; } .badge { -- cgit v1.2.3