Commit 4bd6abaf authored by Artur Kwiatkowski's avatar Artur Kwiatkowski

applied @pagination-bg for .disabled state instead of hardcoded color in hex

parent 67a5d8ce
...@@ -4242,7 +4242,7 @@ button.close { ...@@ -4242,7 +4242,7 @@ button.close {
.pager .disabled > span { .pager .disabled > span {
color: #999999; color: #999999;
cursor: default; cursor: default;
background-color: #fff; background-color: #ffffff;
} }
.modal-open { .modal-open {
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
> a:focus, > a:focus,
> span { > span {
color: @grayLight; color: @grayLight;
background-color: #fff; background-color: @pagination-bg;
cursor: default; cursor: default;
} }
} }
......
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