ui/gtk/toolkit.c

branch
newapi
changeset 358
98b26a19cbeb
parent 355
4db3ecd4d1ea
equal deleted inserted replaced
357:3f2a84587e4e 358:98b26a19cbeb
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" 354 ".ui_label_title {\n"
355 " font-weight: bold;\n" 355 " font-weight: bold;\n"
356 "}\n" 356 "}\n"
357 ; 357 ;
358 358
359 #elif GTK_MAJOR_VERSION == 3 359 #elif GTK_MAJOR_VERSION == 3
364 " padding: 0px;\n" 364 " padding: 0px;\n"
365 "}" 365 "}"
366 ".ui_test {\n" 366 ".ui_test {\n"
367 " background-color: red;\n" 367 " background-color: red;\n"
368 "}\n" 368 "}\n"
369 ".ui_label_heading {\n" 369 ".ui_label_title {\n"
370 " font-weight: bold;\n" 370 " font-weight: bold;\n"
371 "}\n" 371 "}\n"
372 ; 372 ;
373 #endif 373 #endif
374 374

mercurial