mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 18:29:23 +00:00
fix search file when move file or dirent (#6480)
* fix search file when move file or dirent * change style * change style
This commit is contained in:
@@ -98,13 +98,17 @@
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.file-chooser-search-container .searched-list-item {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.file-chooser-search-input {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.file-chooser-search-input .search-control {
|
||||
position: absolute;
|
||||
top: 0.5rem;
|
||||
top: 13px;
|
||||
right: 1.5rem;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user