cyborg: add inverse label and badge, fix table row warning, close #118
[bootswatch] / cyborg / bootstrap.css
index 6a79611..e79e204 100644 (file)
@@ -3,11 +3,11 @@
 /*!
  * 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 {
@@ -6836,6 +6836,11 @@ label {
   background-color: #33b5e5;
 }
 
+.table tbody tr.warning td {
+  color: #ffffff;
+  background-color: #ff8800;
+}
+
 .dropdown-menu {
   -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
      -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
@@ -6857,6 +6862,15 @@ label {
   border: none;
 }
 
+.alert h1,
+.alert h2,
+.alert h3,
+.alert h4,
+.alert h5,
+.alert h6 {
+  color: #eeeeee;
+}
+
 .label {
   color: #eeeeee;
 }
@@ -6880,7 +6894,8 @@ label {
   background-color: #990000;
 }
 
-.label-warning {
+.label-warning,
+.alert-warning {
   background-color: #cc6d00;
 }
 
@@ -6906,6 +6921,16 @@ label {
   background-color: #004d66;
 }
 
+.badge-inverse,
+.label-inverse,
+.alert-inverse {
+  background-color: #7a29a3;
+}
+
+.label-inverse:hover {
+  background-color: #5c1f7a;
+}
+
 .well,
 .hero-unit {
   -webkit-border-radius: 1px;