Skip to content

Commit

Permalink
improved pager look
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz78 committed Oct 2, 2020
1 parent bd41e1f commit 52eab9d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions files/ModernDarkTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -683,3 +683,18 @@ a i
{
border-radius: 0 18px 18px 0;
}

.pager > li > a,
.pagination > li > a
{
background-color: #282828 !important;
border-color: #434343 !important;
}

.pager > li.disabled > a,
.pager > li.disabled > a:hover,
.pagination > li.disabled > a,
.pagination > li.disabled > a:hover
{
color: #4a4a4a !important;
}

0 comments on commit 52eab9d

Please sign in to comment.