]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove .info from table rows
authorMark Otto <otto@github.com>
Fri, 18 Jan 2013 04:13:11 +0000 (20:13 -0800)
committerMark Otto <otto@github.com>
Fri, 18 Jan 2013 04:13:11 +0000 (20:13 -0800)
docs/assets/css/bootstrap.css
less/tables.less

index 1e78aa66d75ea0e04f37bdc194958f2ce0cfd448..e9df5670c8485607806a6c4868a39e78165690e4 100644 (file)
@@ -979,10 +979,6 @@ table th[class*="span"] {
   background-color: #fcf8e3;
 }
 
-.table tbody tr.info > td {
-  background-color: #d9edf7;
-}
-
 .table-hover tbody tr.success:hover > td {
   background-color: #d0e9c6;
 }
@@ -995,10 +991,6 @@ table th[class*="span"] {
   background-color: #faf2cc;
 }
 
-.table-hover tbody tr.info:hover > td {
-  background-color: #c4e3f3;
-}
-
 form {
   margin: 0;
 }
index a524b380f2bb192955bb9329d57b6661c8f4242f..59cb007cba53b82b652a590765e085c32bb4ad35 100644 (file)
@@ -201,9 +201,6 @@ table th[class*="span"] {
   &.warning > td {
     background-color: @state-warning-background;
   }
-  &.info > td {
-    background-color: @state-info-background;
-  }
 }
 
 // Hover states for .table-hover
@@ -217,7 +214,4 @@ table th[class*="span"] {
   &.warning:hover > td {
     background-color: darken(@state-warning-background, 5%);
   }
-  &.info:hover > td {
-    background-color: darken(@state-info-background, 5%);
-  }
 }