Dodanie paginacji z możliwością wprowadzania numeru strony oraz walidacji wartości w formularzu

This commit is contained in:
2024-12-25 11:54:28 +01:00
parent 2246e4781e
commit 91484467fc
4 changed files with 29 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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;
}
}