2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

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)

This commit is contained in:
Weslly Honorato
2011-08-26 13:30:38 -03:00
parent cf47ef0b2e
commit 9e0a526a66
+1 -1
View File
@@ -483,7 +483,7 @@ footer {
}
&.disabled a,
&.disabled a:hover {
background-color: none;
background-color: transparent;
color: @grayLight;
}
&.next a {