mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Poprawki paginacji
This commit is contained in:
@@ -171,7 +171,7 @@
|
||||
<
|
||||
</span>
|
||||
|
||||
<span class="paginator_item">
|
||||
<span class="paginator_item page-number">
|
||||
{{ currentPage + 1 }}
|
||||
</span>
|
||||
|
||||
@@ -651,11 +651,18 @@ img.train-image {
|
||||
margin: 0 0.5em;
|
||||
outline: 2px solid salmon;
|
||||
|
||||
min-width: 30px;
|
||||
|
||||
text-align: center;
|
||||
width: 30px;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
&.page-number {
|
||||
font-weight: bold;
|
||||
color: gold;
|
||||
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
outline: 2px solid lightgray;
|
||||
color: lightgray;
|
||||
|
||||
Reference in New Issue
Block a user