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

Виправлено помилки.
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

@@ -43,6 +43,7 @@
border-radius: calc(var(--border-radius) - 5px);
position: relative;
z-index: 10;
margin-bottom: -10px;
}
#block-sheeps-list>.header>h1 {
@@ -83,11 +84,12 @@
}
#block-sheeps-list>.filter,
#block-sheeps-list>.search {
width: calc(100% - 30px);
background-color: var(--PrimaryColor);
border-radius: 0px 0px 10px 10px;
margin: -12px 10px 20px 10px;
border-radius: 10px;
margin: -2px 10px 0px 10px;
display: flex;
flex-direction: row;
align-items: center;
@@ -102,10 +104,22 @@
}
#block-sheeps-list>.filter[data-state="open"],
#block-sheeps-list>.search[data-state="open"] {
max-height: 60px;
padding: 22px 5px 5px 5px;
opacity: 1;
border-radius: 0px 0px 10px 10px;
}
#block-sheeps-list>.filter>select{
width: 100%;
padding: 0 5px;
border-radius: calc(var(--border-radius) - 5px - 4px);
height: 30px;
background-color: var(--ColorThemes2);
color: var(--ColorThemes3);
font-size: var(--FontSize2);
}
#block-sheeps-list>.search>input {