diff --git a/release/antos-1.2.0.tar.gz b/release/antos-1.2.0.tar.gz index 6af41d0..4460c4a 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 ea194c9..fe1f636 100644 --- a/src/themes/antos_dark/afx-sys-panel.css +++ b/src/themes/antos_dark/afx-sys-panel.css @@ -92,14 +92,16 @@ afx-sys-panel afx-list-view[data-id="applist"] afx-label.search-header { font-weight: bold; } -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 { +afx-sys-panel afx-list-view[data-id="applist"] afx-label i { margin-right: 10px; width: 16px; height: 16px; } - +afx-sys-panel afx-list-view[data-id="applist"] afx-label i.bi::before +{ + width: 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 fd4106c..8cb25b0 100644 --- a/src/themes/antos_light/afx-sys-panel.css +++ b/src/themes/antos_light/afx-sys-panel.css @@ -92,13 +92,17 @@ afx-sys-panel afx-list-view[data-id="applist"] afx-label.search-header { font-weight: bold; } -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 { +afx-sys-panel afx-list-view[data-id="applist"] afx-label i { margin-right: 10px; width: 16px; height: 16px; } +afx-sys-panel afx-list-view[data-id="applist"] afx-label i.bi::before +{ + width: 16px; +} + afx-sys-panel div[data-id="searchicon"]:before{ content: "\f002"; display: block;