update sysmenu style

This commit is contained in:
lxsang 2021-04-03 19:03:17 +02:00
parent 207480f87f
commit 808623b0d6
3 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -95,8 +95,11 @@ afx-sys-panel afx-list-view[data-id="applist"] afx-label.search-header {
afx-sys-panel afx-list-view[data-id="applist"] afx-label i,
afx-sys-panel afx-list-view[data-id="applist"] afx-label i::before {
margin-right: 10px;
width: 16px;
height: 16px;
}
afx-sys-panel div[data-id="searchicon"]:before{
content: "\f002";
display: block;

View File

@ -95,6 +95,8 @@ afx-sys-panel afx-list-view[data-id="applist"] afx-label.search-header {
afx-sys-panel afx-list-view[data-id="applist"] afx-label i,
afx-sys-panel afx-list-view[data-id="applist"] afx-label i::before {
margin-right: 10px;
width: 16px;
height: 16px;
}
afx-sys-panel div[data-id="searchicon"]:before{