Update lrr.css

This commit is contained in:
uparrows 2021-03-19 19:30:20 +08:00 committed by GitHub
parent 940d8dfa18
commit 7bcd5dd0e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,6 +92,13 @@ table thead .sorting_desc a:after {
top: -10px;
}
table thead .sorting_disabled a:after {
border-top: none;
border-bottom: none;
border-left: none;
border-right: none;
}
.paginate_button.previous {
display: none;
}