mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 01:44:13 +00:00
[search] redesigned 'show more' for search in wiki (#4383)
* [search] redesigned 'show more' for search in wiki * [search] modification * [search] added wiki-search.js * [wiki] search: modified placeholder text; removed 'arrow'
This commit is contained in:
@@ -44,6 +44,10 @@
|
||||
border-radius: 0 0 3px 3px;
|
||||
box-shadow: 0 3px 8px 0 rgba(116, 129, 141, 0.1);
|
||||
}
|
||||
.dropdown-search-result-container {
|
||||
max-height: 300px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.search-result-container .search-result-none {
|
||||
text-align: center;
|
||||
|
Reference in New Issue
Block a user