]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
#1707: remove rgba() background override on navbar active items for customization
authorMark Otto <markdotto@gmail.com>
Sun, 5 Feb 2012 06:40:50 +0000 (22:40 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 5 Feb 2012 06:40:50 +0000 (22:40 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/navbar.less

index 84266174842f5a3a8435dd99d9a5055471ac19db..feedf59973ec141beaf5f414d0baa2747145e72d 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index d51e3d6f9536f94fbdd658af46e045e8246a7ed0..6bbed834bd89c8470b11252827792eb0ae2401fc 100644 (file)
@@ -2550,7 +2550,6 @@ button.btn.small, input[type="submit"].btn.small {
   color: #ffffff;
   text-decoration: none;
   background-color: #222222;
-  background-color: rgba(0, 0, 0, 0.5);
 }
 .navbar .divider-vertical {
   height: 40px;
index 93c0400b6ef5747f1cbb8f32ebeaba5cb6b2111e..3ad2a0743fd4fdf1b31d60b3baec94eb1d831902 100644 (file)
   color: @navbarLinkColorHover;
   text-decoration: none;
   background-color: @navbarBackground;
-  background-color: rgba(0,0,0,.5);
 }
 
 // Dividers (basically a vertical hr)