From: Weslly Honorato Date: Fri, 26 Aug 2011 16:30:38 +0000 (-0300) Subject: fixed background-color for disabled links in pagination ('none' isn't a valid value... X-Git-Tag: v1.1.1~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e0a526a660354ee7edf5d9b8250da65acae2ab1;p=thirdparty%2Fbootstrap.git fixed background-color for disabled links in pagination ('none' isn't a valid value for background-color property http://www.w3.org/TR/CSS2/colors.html#propdef-background-color) --- diff --git a/lib/patterns.less b/lib/patterns.less index ec42b033c1..528e6ffdc5 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -483,7 +483,7 @@ footer { } &.disabled a, &.disabled a:hover { - background-color: none; + background-color: transparent; color: @grayLight; } &.next a {