ui/gtk/toolkit.c

changeset 946
081651de86a3
parent 942
488178e3e328
child 956
4cdfbfd2038d
--- 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;"

mercurial