mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-13 13:29:25 +01:00
Merge pull request #94 from weslly/master
fixed background-color for disabled links in pagination
This commit is contained in:
commit
ebfe465b28
@ -483,7 +483,7 @@ footer {
|
||||
}
|
||||
&.disabled a,
|
||||
&.disabled a:hover {
|
||||
background-color: none;
|
||||
background-color: transparent;
|
||||
color: @grayLight;
|
||||
}
|
||||
&.next a {
|
||||
|
Loading…
x
Reference in New Issue
Block a user