]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
applied @pagination-bg for .disabled state instead of hardcoded color in hex 7608/head
authorArtur Kwiatkowski <artur@ciecieprojektow.pl>
Wed, 17 Apr 2013 17:47:23 +0000 (19:47 +0200)
committerArtur Kwiatkowski <artur@ciecieprojektow.pl>
Wed, 17 Apr 2013 17:47:23 +0000 (19:47 +0200)
docs/assets/css/bootstrap.css
less/pager.less

index 7ab329bbe8472664c9951f7840aa5d55c5f019fe..bf2a529b4c6d3dd6b4e48cd65ae4ba2a74c5d03a 100644 (file)
@@ -4242,7 +4242,7 @@ button.close {
 .pager .disabled > span {
   color: #999999;
   cursor: default;
-  background-color: #fff;
+  background-color: #ffffff;
 }
 
 .modal-open {
index 0fb694668557f382fafabe2fcbb7536a5e2e7708..105880086aee60ee829d83d7dd31d7fbd1ab4883 100644 (file)
@@ -46,7 +46,7 @@
     > a:focus,
     > span {
       color: @grayLight;
-      background-color: #fff;
+      background-color: @pagination-bg;
       cursor: default;
     }
   }