mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-13 09:00:59 +00: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:
parent
cf47ef0b2e
commit
9e0a526a66
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@ footer {
|
|||
}
|
||||
&.disabled a,
|
||||
&.disabled a:hover {
|
||||
background-color: none;
|
||||
background-color: transparent;
|
||||
color: @grayLight;
|
||||
}
|
||||
&.next a {
|
||||
|
|
|
|||
Loading…
Reference in a new issue