]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #7977: prevent some table bullshit on input groups
authorMark Otto <otto@github.com>
Fri, 28 Jun 2013 03:15:44 +0000 (20:15 -0700)
committerMark Otto <otto@github.com>
Fri, 28 Jun 2013 03:15:44 +0000 (20:15 -0700)
docs/assets/css/bootstrap.css
less/forms.less

index c362c1f094c2fd2c9aeec86ced7c4859df747b95..dc62bef97fd79b1928ffc618ec87766b62aa7ac9 100644 (file)
@@ -1679,6 +1679,7 @@ input[type="color"].input-small {
 
 .input-group {
   display: table;
+  border-collapse: separate;
 }
 
 .input-group.col {
index a96849d5f52450bb4a4942b737bdc081015b9ba6..ea340007c9cfce7798ff6c51ae5396d84452795b 100644 (file)
@@ -291,6 +291,7 @@ input[type="color"] {
 // -------------------------
 .input-group {
   display: table;
+  border-collapse: separate; // prevent input groups from inheriting border styles from table cells when placed within a table
 
   // Undo padding and float of grid classes
   &.col {