diff --git a/release/antos-1.2.0.tar.gz b/release/antos-1.2.0.tar.gz index 7b703fb..6af41d0 100644 Binary files a/release/antos-1.2.0.tar.gz and b/release/antos-1.2.0.tar.gz differ diff --git a/src/themes/antos_dark/afx-sys-panel.css b/src/themes/antos_dark/afx-sys-panel.css index 69ecead..ea194c9 100644 --- a/src/themes/antos_dark/afx-sys-panel.css +++ b/src/themes/antos_dark/afx-sys-panel.css @@ -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; diff --git a/src/themes/antos_light/afx-sys-panel.css b/src/themes/antos_light/afx-sys-panel.css index 080654f..fd4106c 100644 --- a/src/themes/antos_light/afx-sys-panel.css +++ b/src/themes/antos_light/afx-sys-panel.css @@ -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{