diff options
| author | liuyl <[email protected]> | 2013-07-05 20:17:20 +0800 |
|---|---|---|
| committer | liuyl <[email protected]> | 2013-07-05 20:17:20 +0800 |
| commit | 3bd42511f41d6ea0ee1aa51535267ab19d3bbd20 (patch) | |
| tree | 0508b366c39a64b88fb30e066d97d2771dd00430 /docs/assets | |
| parent | d483e77553763813d90fb26b44146a9bf7edc298 (diff) | |
| download | bootstrap-3bd42511f41d6ea0ee1aa51535267ab19d3bbd20.tar.xz bootstrap-3bd42511f41d6ea0ee1aa51535267ab19d3bbd20.zip | |
refactor pagination
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index a28f94f06..560008711 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3339,10 +3339,10 @@ button.close { cursor: default; } -.pagination > .disabled > span, -.pagination > .disabled > a, -.pagination > .disabled > a:hover, -.pagination > .disabled > a:focus { +.pagination > .disabled span, +.pagination > .disabled a, +.pagination > .disabled a:hover, +.pagination > .disabled a:focus { color: #999999; cursor: default; background-color: #ffffff; |
