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