Dodano możliwość wprowadzania numeru strony w paginacji oraz poprawiono style dla elementów paginacji.

This commit is contained in:
2024-12-25 11:54:55 +01:00
parent 2cf3eb683a
commit 4d322eebeb
4 changed files with 29 additions and 3 deletions

View File

@@ -2219,4 +2219,13 @@ textarea.form-control {
#g-list {
margin-bottom: 15px !important;
}
.pagination {
input[type="number"] {
border: 1px solid #dddddd;
height: 31px;
width: 50px;
text-align: center;
}
}