aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-28 23:23:05 -0800
committerMark Otto <[email protected]>2013-02-28 23:23:05 -0800
commit38ba057dee025052c4a602b1295571e94b524a27 (patch)
tree70e15c9e215d8c00be4c7f196081a8e80ae2cd00 /docs/assets/css/bootstrap.css
parent5a30e52aac451369bf9a6abfc34c3c5d10b304d3 (diff)
downloadbootstrap-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.css2
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,