]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixed background-color for disabled links in pagination ('none' isn't a valid value... 94/head
authorWeslly Honorato <weslly.honorato@gmail.com>
Fri, 26 Aug 2011 16:30:38 +0000 (13:30 -0300)
committerWeslly Honorato <weslly.honorato@gmail.com>
Fri, 26 Aug 2011 16:30:38 +0000 (13:30 -0300)
lib/patterns.less

index ec42b033c1b0073993d2314322efe0362776f3e4..528e6ffdc57eb9714a96c9867ff145c529c2480b 100644 (file)
@@ -483,7 +483,7 @@ footer {
       }
       &.disabled a,
       &.disabled a:hover {
-        background-color: none;
+        background-color: transparent;
         color: @grayLight;
       }
       &.next a {