cosmo: add control-info state
[bootswatch] / cosmo / bootswatch.less
index 75697c1..d7c85cf 100644 (file)
@@ -362,15 +362,10 @@ div.subnav {
 
 .table {
 
-       tbody tr.success td {
-               color: @white;
-       }
-
-       tbody tr.error td {
-               color: @white;
-       }
-
-       tbody tr.info td {
+       tbody tr.success td,
+       tbody tr.error td,
+       tbody tr.info td,
+       tbody tr.warning td {
                color: @white;
        }
 
@@ -434,6 +429,22 @@ input[type="search"], input[type="tel"], input[type="color"] {
                }
        }
 
+       &.info {
+
+               .control-label,
+               .help-block,
+               .help-inline {
+                       color: @purple;
+               }
+
+               input,
+               select,
+               textarea {
+                       border-color: @purple;
+                       color: @grayDarker;
+               }
+       }
+
        &.success {
 
                .control-label,