Backward compatibility for theme other than frio

- Add .pager .disabled CSS rule
This commit is contained in:
Hypolite Petovan 2017-03-01 23:40:34 -05:00
parent 07aefe61bf
commit 21cad46d19
8 changed files with 26 additions and 0 deletions

View file

@ -1866,6 +1866,9 @@ input#dfrn-url {
-webkit-border-radius: 10px;
}
.pager .disabled {
display: none;
}
.pager_first,
.pager_last,