cosmo: fixes #68, .text-state utility classes
[bootswatch] / cosmo / bootstrap.css
index 506de91..79686ee 100644 (file)
@@ -5148,6 +5148,30 @@ blockquote small {
 .muted {
   color: #bbbbbb;
 }
+.text-warning {
+  color: #ff7518;
+}
+a.text-warning:hover {
+  color: #e45c00;
+}
+.text-error {
+  color: #ff0039;
+}
+a.text-error:hover {
+  color: #cc002e;
+}
+.text-info {
+  color: #9954bb;
+}
+a.text-info:hover {
+  color: #7e3f9d;
+}
+.text-success {
+  color: #3fb618;
+}
+a.text-success:hover {
+  color: #2f8912;
+}
 .navbar .navbar-inner {
   background-image: none;
   -webkit-box-shadow: none;