[gnome-builder/wip/path-bar] stack-list: add some styling to the test case



commit 4be491a9d022a4ca861c8214c21d0a02e646bbcd
Author: Christian Hergert <christian hergert me>
Date:   Mon Aug 17 14:32:53 2015 -0700

    stack-list: add some styling to the test case

 tests/test-stack-list.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/tests/test-stack-list.c b/tests/test-stack-list.c
index 822a89b..bfee272 100644
--- a/tests/test-stack-list.c
+++ b/tests/test-stack-list.c
@@ -32,6 +32,15 @@
   " color: #2e3436;" \
   " padding-bottom: 3px;" \
   "}\n" \
+  "EggStackList GtkListBox.stack-header GtkListBoxRow:hover, " \
+  "EggStackList GtkListBox GtkListBoxRow:hover {" \
+  " background-color: #dfdfdf;" \
+  "}\n" \
+  "EggStackList GtkListBox.stack-header GtkListBoxRow:active, " \
+  "EggStackList GtkListBox GtkListBoxRow:active {" \
+  " color: #ffffff;" \
+  " background-color: #4a90d9;" \
+  "}\n" \
   "EggStackList GtkListBox.stack-header GtkListBoxRow {" \
   " background-color: #fafafa;" \
   " color: #919191;" \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]