mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Merge pull request #94 from weslly/master
fixed background-color for disabled links in pagination
This commit is contained in:
+1
-1
@@ -483,7 +483,7 @@ footer {
|
||||
}
|
||||
&.disabled a,
|
||||
&.disabled a:hover {
|
||||
background-color: none;
|
||||
background-color: transparent;
|
||||
color: @grayLight;
|
||||
}
|
||||
&.next a {
|
||||
|
||||
Reference in New Issue
Block a user