[gtk+/wip/carlosg/event-delivery: 83/104] testlist: Fix custom css
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/carlosg/event-delivery: 83/104] testlist: Fix custom css
- Date: Thu, 25 May 2017 14:47:05 +0000 (UTC)
commit 084b356d1e70ccdfc521c1457132c1c9c0822d99
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]