From d4dda0da9df7e42fbdb1f18aab890f45cc40845e Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 7 Jan 2015 13:08:56 +0000 Subject: [PATCH] Add a screenshot CSS screen shots have usually a white background. Change the default browser background to orange to make the screen shots more visible --- test/widgets/screenshots.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/widgets/screenshots.css diff --git a/test/widgets/screenshots.css b/test/widgets/screenshots.css new file mode 100644 index 0000000..3397db3 --- /dev/null +++ b/test/widgets/screenshots.css @@ -0,0 +1,11 @@ +/* + * screen shots have usually a white background + * + * change the default browser background to orange + * to make the screen shots more visible + */ + +body { + background-color: darkorange; +} + -- 1.7.10.4