diff -r 6055c7c677cf -r 081651de86a3 ui/gtk/toolkit.c --- a/ui/gtk/toolkit.c Sun Nov 30 21:22:57 2025 +0100 +++ b/ui/gtk/toolkit.c Tue Dec 02 19:26:16 2025 +0100 @@ -346,6 +346,11 @@ #if GTK_MAJOR_VERSION == 4 static const char *ui_gtk_css = +".ui-entry-box {\n" +" background-color: alpha(currentColor, 0.1);" +" border-radius: 6px;" +" padding: 7px;" +"}\n" "#path-textfield-box {\n" " background-color: alpha(currentColor, 0.1);" " border-radius: 6px;"