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:
10
frontend/src/css/search-by-name.css
Normal file
10
frontend/src/css/search-by-name.css
Normal 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;
|
||||
}
|
@@ -1,7 +0,0 @@
|
||||
.top-search-file-icon {
|
||||
color: #999;
|
||||
font-size: 20px;
|
||||
align-self: center;
|
||||
font-weight: 800;
|
||||
cursor: pointer;
|
||||
}
|
Reference in New Issue
Block a user