mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-08 20:44:43 +00:00
Merge pull request #94 from weslly/master
fixed background-color for disabled links in pagination
This commit is contained in:
commit
ebfe465b28
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue