Commit 4284fc0a authored by Denis Gonchar's avatar Denis Gonchar

fix #9941

parent e143c354
......@@ -4687,6 +4687,8 @@ textarea.input-group-sm > .input-group-btn > .btn {
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -58,6 +58,8 @@
> .disabled {
> span,
> span:hover,
> span:focus,
> a,
> a:hover,
> a:focus {
......
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