mirror of
https://github.com/Radarr/Radarr
synced 2025-02-01 12:21:49 +00:00
Clickabled pager btn
This commit is contained in:
parent
1075030235
commit
dca7274f35
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
@import "../prefixer";
|
||||
@import "../../Shared/Styles/clickable.less";
|
||||
|
||||
.backgrid-paginator {
|
||||
text-align : center;
|
||||
|
@ -24,6 +25,10 @@
|
|||
line-height : 30px;
|
||||
text-decoration : none;
|
||||
}
|
||||
|
||||
.pager-btn {
|
||||
.clickable;
|
||||
}
|
||||
}
|
||||
.active {
|
||||
i, span {
|
||||
|
|
Loading…
Reference in a new issue