cosmo: add control-info state
[bootswatch] / cosmo / bootstrap.css
index 1ca86b0..82cfa7e 100644 (file)
@@ -1,13 +1,13 @@
 @import url('//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');
 
 /*!
- * Bootstrap v2.3.1
+ * Bootstrap v2.3.2
  *
- * Copyright 2012 Twitter, Inc
+ * Copyright 2013 Twitter, Inc
  * Licensed under the Apache License v2.0
  * http://www.apache.org/licenses/LICENSE-2.0
  *
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ * Designed and built with all the love in the world by @mdo and @fat.
  */
 
 .clearfix {
@@ -3011,6 +3011,15 @@ table th[class*="span"],
   display: block;
 }
 
+.dropdown-backdrop {
+  position: fixed;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  left: 0;
+  z-index: 990;
+}
+
 .pull-right > .dropdown-menu {
   right: 0;
   left: auto;
@@ -6516,15 +6525,10 @@ div.subnav-fixed {
           box-shadow: none;
 }
 
-.table tbody tr.success td {
-  color: #ffffff;
-}
-
-.table tbody tr.error td {
-  color: #ffffff;
-}
-
-.table tbody tr.info td {
+.table tbody tr.success td,
+.table tbody tr.error td,
+.table tbody tr.info td,
+.table tbody tr.warning td {
   color: #ffffff;
 }
 
@@ -6594,6 +6598,19 @@ input[type="color"] {
   border-color: #ff0039;
 }
 
+.control-group.info .control-label,
+.control-group.info .help-block,
+.control-group.info .help-inline {
+  color: #9954bb;
+}
+
+.control-group.info input,
+.control-group.info select,
+.control-group.info textarea {
+  color: #080808;
+  border-color: #9954bb;
+}
+
 .control-group.success .control-label,
 .control-group.success .help-block,
 .control-group.success .help-inline {
@@ -6807,4 +6824,4 @@ a.thumbnail:hover {
 
 .affix {
   position: fixed;
-}
\ No newline at end of file
+}