testlist: Fix custom css

This commit is contained in:
Timm Bäder 2017-05-09 19:38:58 +02:00 committed by Carlos Garnacho
parent e54d8a6114
commit 084b356d1e

View File

@ -18,15 +18,15 @@ struct _RowClass
}; };
const char *css = const char *css =
"GtkListBoxRow {" "list row {"
" border-width: 1px;" " border-width: 1px;"
" border-style: solid;" " border-style: solid;"
" border-color: blue;" " border-color: blue;"
"}" "}"
"GtkListBoxRow:prelight {" "list row:hover {"
"background-color: green;" "background-color: green;"
"}" "}"
"GtkListBoxRow:active {" "list row:active {"
"background-color: red;" "background-color: red;"
"}"; "}";