From eb9feaf62ce95d3bd4409bad6bc78d2e5b332d2e Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 30 Jul 2013 11:02:33 -0400 Subject: superhero: add .label-inverse, .badge-inverse, fixes #120 --- superhero/bootswatch.less | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'superhero/bootswatch.less') diff --git a/superhero/bootswatch.less b/superhero/bootswatch.less index e3ae4056..8be20e43 100755 --- a/superhero/bootswatch.less +++ b/superhero/bootswatch.less @@ -547,27 +547,37 @@ label { // ALERTS, LABELS, BADGES // -------------------------------------------------- -.label { +.label, +.badge { background-color: @blue; color: @textColor; } -.label-important { +.label-important, +.badge-important { background-color: @errorText; } -.label-warning { +.label-warning, +.badge-warning { background-color: @orange; } -.label-success { +.label-success, +.badge-success { background-color: @successText; } -.label-info { +.label-info, +.badge-info { background-color: @infoText; } +.label-inverse, +.badge-inverse { + background-color: @gray; +} + .alert { background-color: @blue; border: none; @@ -592,6 +602,7 @@ label { background-color: @infoText; } + // MISC // -------------------------------------------------- -- cgit v1.2.3