diff options
| author | Mark Otto <[email protected]> | 2011-08-26 09:53:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-26 09:53:22 -0700 |
| commit | ebfe465b28d9e4530bc59a1982f8a1b8b71f2d58 (patch) | |
| tree | 67a9a80bb2bd3281b4329fc7b57b8c5cdafaf201 | |
| parent | cf47ef0b2eb737e00d37b41ae545fbfbf10c6196 (diff) | |
| parent | 9e0a526a660354ee7edf5d9b8250da65acae2ab1 (diff) | |
| download | bootstrap-ebfe465b28d9e4530bc59a1982f8a1b8b71f2d58.tar.xz bootstrap-ebfe465b28d9e4530bc59a1982f8a1b8b71f2d58.zip | |
Merge pull request #94 from weslly/master
fixed background-color for disabled links in pagination
| -rw-r--r-- | lib/patterns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index ec42b033c..528e6ffdc 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -483,7 +483,7 @@ footer { } &.disabled a, &.disabled a:hover { - background-color: none; + background-color: transparent; color: @grayLight; } &.next a { |
