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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user