superhero: add .label-inverse, .badge-inverse, fixes #120
[bootswatch] / superhero / bootswatch.less
index e3ae405..8be20e4 100755 (executable)
@@ -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
 // --------------------------------------------------