mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 07:44:50 +00:00
Feature/search filters controller (#7739)
* add search filter controller * update custom date * optimize ui * update bg color --------- Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
@@ -40,6 +40,19 @@
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.search-container.show .input-icon .search-icon-right.sf3-font-x-01 {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 28px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.search-container.show .input-icon .search-icon-right.search-filter-controller.active {
|
||||
color: #ff9800;
|
||||
}
|
||||
|
||||
.search-icon-left {
|
||||
display: flex;
|
||||
}
|
||||
|
Reference in New Issue
Block a user