mirror of https://github.com/Sonarr/Sonarr
Clickabled pager btn
This commit is contained in:
parent
1075030235
commit
dca7274f35
|
@ -1,4 +1,5 @@
|
||||||
@import "../prefixer";
|
@import "../prefixer";
|
||||||
|
@import "../../Shared/Styles/clickable.less";
|
||||||
|
|
||||||
.backgrid-paginator {
|
.backgrid-paginator {
|
||||||
text-align : center;
|
text-align : center;
|
||||||
|
@ -24,6 +25,10 @@
|
||||||
line-height : 30px;
|
line-height : 30px;
|
||||||
text-decoration : none;
|
text-decoration : none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pager-btn {
|
||||||
|
.clickable;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.active {
|
.active {
|
||||||
i, span {
|
i, span {
|
||||||
|
|
Loading…
Reference in New Issue