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

Optimize/search filters (#7761)

* optimize ui

* optimize filters

* update date filter

* optimize

---------

Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
Aries
2025-04-23 16:11:03 +08:00
committed by GitHub
parent 75cde31370
commit 2ec7bc4da9
8 changed files with 246 additions and 175 deletions

View File

@@ -53,6 +53,10 @@
color: #ff9800;
}
.search-container.show .input-icon .search-icon-right.search-filter-controller.active:hover {
background-color: rgba(255, 152, 0, 0.2);
}
.search-icon-left {
display: flex;
}