1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 19:08:21 +00:00

search type add enter icon (#6281)

This commit is contained in:
Michael An
2024-07-02 10:26:04 +08:00
committed by GitHub
parent 261fa44564
commit 14c2186bcb
10 changed files with 43 additions and 7 deletions

View File

@@ -411,6 +411,12 @@
color: #666;
}
.search-types .sf3-font-enter {
position: absolute;
right: 6px;
color: #999999;
}
.library-result-container {
margin-bottom: 16px;
}