Commit 38ba057d authored by Mark Otto's avatar Mark Otto

Fixes #6998: disabled background color properly on pagination

parent 5a30e52a
......@@ -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,
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment