Dodanie paginacji z możliwością wprowadzania numeru strony w formacie input oraz poprawa stylów dla elementów paginacji

This commit is contained in:
2024-12-25 11:55:17 +01:00
parent dc3b801dcb
commit e8ca4f89b4
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;
}
}