mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 22:30:22 +00:00
testlist: Fix custom css
This commit is contained in:
parent
e54d8a6114
commit
084b356d1e
@ -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;"
|
||||||
"}";
|
"}";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user