# HG changeset patch # User Olaf Wintermann # Date 1764699976 -3600 # Node ID 081651de86a3e124c2b17248414cb84eb6f133bb # Parent 6055c7c677cf14723f32931bb76142450e853744 add ui-entry-box style class (GTK) 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;"