2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Merge pull request #94 from weslly/master

fixed background-color for disabled links in pagination
This commit is contained in:
Mark Otto
2011-08-26 09:53:22 -07:00
+1 -1
View File
@@ -483,7 +483,7 @@ footer {
} }
&.disabled a, &.disabled a,
&.disabled a:hover { &.disabled a:hover {
background-color: none; background-color: transparent;
color: @grayLight; color: @grayLight;
} }
&.next a { &.next a {