[gnome-shell] tests: Fix font color for tests



commit 1626d9f9a48644d0f8acde39f18ad49d444e2aea
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Mar 18 03:37:49 2012 -0400

    tests: Fix font color for tests
    
    Since the GNOME Shell style cleanup, all text is white. Fix that
    in the test cases.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672321

 tests/testcommon/test.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tests/testcommon/test.css b/tests/testcommon/test.css
index 49f5b65..eeeb8de 100644
--- a/tests/testcommon/test.css
+++ b/tests/testcommon/test.css
@@ -2,6 +2,7 @@
 
 stage {
     font: 16pt serif;
+    color: black;
 }
 
 .red {



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