1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 07:44:50 +00:00

Feature/search filters controller (#7739)

* add search filter controller

* update custom date

* optimize ui

* update bg color

---------

Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
Aries
2025-04-21 15:50:06 +08:00
committed by GitHub
parent 8cc5815107
commit 63f51d6d2a
11 changed files with 323 additions and 198 deletions

View File

@@ -40,6 +40,19 @@
padding: 12px;
}
.search-container.show .input-icon .search-icon-right.sf3-font-x-01 {
position: absolute;
top: 0;
right: 28px;
display: flex;
justify-content: center;
align-items: center;
}
.search-container.show .input-icon .search-icon-right.search-filter-controller.active {
color: #ff9800;
}
.search-icon-left {
display: flex;
}