[gtk+/wip/carlosg/event-delivery: 75/75] testlist: Fix custom css
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/carlosg/event-delivery: 75/75] testlist: Fix custom css
- Date: Tue, 9 May 2017 17:43:30 +0000 (UTC)
commit 0dd7d23a050c3cb2ce9a76cd418860c8dc11f0c5
Author: Timm Bäder <mail baedert org>
Date: Tue May 9 19:38:58 2017 +0200
testlist: Fix custom css
tests/testlist.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tests/testlist.c b/tests/testlist.c
index e587eb5..d5f495b 100644
--- a/tests/testlist.c
+++ b/tests/testlist.c
@@ -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;"
"}";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]