]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
[Fixes #15944] Add Z-Index to avoid border overlapping 15945/head
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Fri, 27 Feb 2015 16:48:30 +0000 (11:48 -0500)
committerKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Fri, 27 Feb 2015 16:48:30 +0000 (11:48 -0500)
[Fixes #15944] Add Z-Index to avoid border overlapping

less/input-groups.less

index a8712f25b935f6d13e3d7ea9471d354a7bccd4df..cd3e798337471da31dd12facaaf9f44a76398bcb 100644 (file)
     > .btn,
     > .btn-group {
       margin-left: -1px;
+      z-index: 2;
     }
   }
 }