]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #6998: disabled background color properly on pagination
authorMark Otto <otto@github.com>
Fri, 1 Mar 2013 07:23:05 +0000 (23:23 -0800)
committerMark Otto <otto@github.com>
Fri, 1 Mar 2013 07:23:05 +0000 (23:23 -0800)
docs/assets/css/bootstrap.css
less/pagination.less

index ba2b7d01b972dd02921d0e700eb8eea840953f23..25878bcbbb2ef7a2e1996226ae1b7655dd0a2c0f 100644 (file)
@@ -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,
index 037c4754582e598ec2ef3189e40206eaa0d54ea6..4cb4767cff36bcee2a7f4d0b082dbf60195a5975 100644 (file)
@@ -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,