ui/gtk/toolkit.c

branch
newapi
changeset 352
1b4aae4e8432
parent 350
70305d427f25
child 355
4db3ecd4d1ea
equal deleted inserted replaced
351:63db7e35e2e9 352:1b4aae4e8432
349 " color: alpha(currentColor, 0.5);" 349 " color: alpha(currentColor, 0.5);"
350 "}\n" 350 "}\n"
351 ".ui_test {\n" 351 ".ui_test {\n"
352 " background-color: red;\n" 352 " background-color: red;\n"
353 "}\n" 353 "}\n"
354 ".ui_label_heading {\n"
355 " font-weight: bold;\n"
356 "}\n"
354 ; 357 ;
355 358
356 #elif GTK_MAJOR_VERSION == 3 359 #elif GTK_MAJOR_VERSION == 3
357 static const char *ui_gtk_css = 360 static const char *ui_gtk_css =
358 "#path-textfield-box {" 361 "#path-textfield-box {"

mercurial