[gtk+/wip/carlosg/event-delivery: 95/105] testlist: Fix custom css



commit 1a6f77e361216b38fad48b3d7c99a1f7b2e5a423
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]