ui/gtk/toolkit.c

branch
newapi
changeset 355
4db3ecd4d1ea
parent 352
1b4aae4e8432
child 358
98b26a19cbeb
--- a/ui/gtk/toolkit.c	Sun Oct 27 09:01:46 2024 +0100
+++ b/ui/gtk/toolkit.c	Sun Oct 27 09:38:21 2024 +0100
@@ -358,11 +358,18 @@
 
 #elif GTK_MAJOR_VERSION == 3
 static const char *ui_gtk_css = 
-"#path-textfield-box {"
-"  background-color: @theme_base_color;"
-"  border-radius: 5px;"
-"  padding: 0px;"
-"}";
+"#path-textfield-box {\n"
+"  background-color: @theme_base_color;\n"
+"  border-radius: 5px;\n"
+"  padding: 0px;\n"
+"}"
+".ui_test {\n"
+"  background-color: red;\n"
+"}\n"
+".ui_label_heading {\n"
+"  font-weight: bold;\n"
+"}\n"
+;
 #endif
 
 void ui_css_init(void) {

mercurial