Minor tweak

This commit is contained in:
Jean-Patrick Guerrero
2022-08-01 04:10:16 +02:00
parent a3fea93a09
commit 20b8110375
3 changed files with 4 additions and 3 deletions

View File

@ -83,6 +83,7 @@ local styles = string.format([[
style[nofav;sound=i3_cannot]
style[pagenum,no_item,no_rcp;font=bold;font_size=18]
style[search;fgimg=%s;content_offset=0]
style[enable_search:hovered;bgimg=%s]
style[exit;fgimg=%s;fgimg_hovered=%s;content_offset=0]
style[cancel;fgimg=%s;fgimg_hovered=%s;content_offset=0]
style[prev_page,prev_recipe,prev_usage,prev_sort,prev_skin;fgimg=%s;fgimg_hovered=%s]
@ -100,6 +101,7 @@ local styles = string.format([[
]],
PNG.slot,
PNG.search_hover,
PNG.search_outline,
PNG.exit, PNG.exit_hover,
PNG.cancel, PNG.cancel_hover,
PNG.prev, PNG.prev_hover,