[gnome-shell] tests: Fix font color for tests
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] tests: Fix font color for tests
- Date: Sun, 18 Mar 2012 13:33:46 +0000 (UTC)
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]