mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
testlist: Fix custom css
This commit is contained in:
parent
e54d8a6114
commit
084b356d1e
@ -18,15 +18,15 @@ struct _RowClass
|
||||
};
|
||||
|
||||
const char *css =
|
||||
"GtkListBoxRow {"
|
||||
"list row {"
|
||||
" border-width: 1px;"
|
||||
" border-style: solid;"
|
||||
" border-color: blue;"
|
||||
"}"
|
||||
"GtkListBoxRow:prelight {"
|
||||
"list row:hover {"
|
||||
"background-color: green;"
|
||||
"}"
|
||||
"GtkListBoxRow:active {"
|
||||
"list row:active {"
|
||||
"background-color: red;"
|
||||
"}";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user