Додан фільтр на сторінці керування вісниками.

Виправлено помилки.
This commit is contained in:
2026-06-07 01:16:17 +03:00
parent 49b559f03e
commit 0b38f137bf
6 changed files with 160 additions and 49 deletions

View File

@@ -77,7 +77,7 @@
.page-territory>.list-controls>button {
display: flex;
position: relative;
background: var(--ColorThemes3);
background: var(--PrimaryColor);
font-size: 18px;
cursor: pointer;
min-width: 30px;
@@ -93,7 +93,7 @@
.page-territory>.list-controls>button>svg {
width: 25px;
height: 25px;
fill: var(--ColorThemes0);
fill: var(--PrimaryColorText);
}
#page-territory-search {