diff options
| author | Mark Otto <[email protected]> | 2013-02-28 23:23:05 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-28 23:23:05 -0800 |
| commit | 38ba057dee025052c4a602b1295571e94b524a27 (patch) | |
| tree | 70e15c9e215d8c00be4c7f196081a8e80ae2cd00 /docs/assets/css/bootstrap.css | |
| parent | 5a30e52aac451369bf9a6abfc34c3c5d10b304d3 (diff) | |
| download | bootstrap-38ba057dee025052c4a602b1295571e94b524a27.tar.xz bootstrap-38ba057dee025052c4a602b1295571e94b524a27.zip | |
Fixes #6998: disabled background color properly on pagination
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index ba2b7d01b..25878bcbb 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3687,7 +3687,7 @@ button.close { .pagination > .disabled > a:focus { color: #999999; cursor: default; - background-color: transparent; + background-color: #ffffff; } .pagination > li:first-child > a, |
