cerulean: give label-default a bg color, fixes #145
[bootswatch] / cerulean / bootstrap.css
index d7b32e5..f2e7ae0 100644 (file)
@@ -5176,12 +5176,12 @@ textarea.input-group-sm > .input-group-btn > .btn {
 }
 
 .label-default {
-  background-color: #ffffff;
+  background-color: #999999;
 }
 
 .label-default[href]:hover,
 .label-default[href]:focus {
-  background-color: #e6e6e6;
+  background-color: #808080;
 }
 
 .label-primary {