1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

change search UI (#7331)

This commit is contained in:
Michael An
2025-01-08 10:54:05 +08:00
committed by GitHub
parent a372b7fc84
commit 39328ea23f
3 changed files with 45 additions and 17 deletions

View File

@@ -0,0 +1,10 @@
.search-by-name {
position: relative;
}
.search-by-name .search-input {
color: #adb5bd;
padding: 0 12px 0 40px;
display: flex;
align-items: center;
}

View File

@@ -1,7 +0,0 @@
.top-search-file-icon {
color: #999;
font-size: 20px;
align-self: center;
font-weight: 800;
cursor: pointer;
}