1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 23:56:18 +00:00

12.0 change search UI (#6168)

* 01 remove AI search

* 02 change normal search UI
This commit is contained in:
Michael An
2024-06-06 12:11:49 +08:00
committed by GitHub
parent a325328745
commit 4722d16be7
4 changed files with 120 additions and 104 deletions

View File

@@ -385,3 +385,26 @@
font-weight: normal;
margin: 7px 0 10px;
}
.search-types {
padding-right: 16px;
padding-top: 6px;
}
.search-types>div {
position: relative;
height: 40px;
line-height: 40px;
cursor: pointer;
padding: 0px 40px;
border-radius: 4px;
}
.search-types>div:hover {
background-color: rgb(245, 245, 245);
}
.search-types .search-types-text {
margin-left: 6px;
color: #666;
}