cosmo: fixes #68, .text-state utility classes
[bootswatch] / cosmo / bootstrap.css
index 4824589..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;
@@ -5251,6 +5275,13 @@ div.subnav-fixed {
   -moz-border-radius: 0;
   border-radius: 0;
 }
+.tabs-below  > .nav-tabs > li > a,
+.tabs-left  > .nav-tabs > li > a,
+.tabs-right  > .nav-tabs > li > a {
+  -webkit-border-radius: 0;
+  -moz-border-radius: 0;
+  border-radius: 0;
+}
 .nav-pills  > li > a {
   background-color: #dfdfdf;
   -webkit-border-radius: 0;