From 38ba057dee025052c4a602b1295571e94b524a27 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 28 Feb 2013 23:23:05 -0800 Subject: [PATCH] Fixes #6998: disabled background color properly on pagination --- docs/assets/css/bootstrap.css | 2 +- less/pagination.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index ba2b7d01b9..25878bcbbb 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, diff --git a/less/pagination.less b/less/pagination.less index 037c475458..4cb4767cff 100644 --- a/less/pagination.less +++ b/less/pagination.less @@ -35,7 +35,7 @@ .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: @grayLight; - background-color: transparent; + background-color: @pagination-background; cursor: default; } .pagination > li:first-child > a,