From 863bac3b436ca769f35e450d6bfe11a58419bc2c Mon Sep 17 00:00:00 2001 From: dietmaroc Date: Tue, 24 Sep 2013 00:08:57 +0200 Subject: [PATCH] Update theming.rst --- developer_manual/core/theming.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/developer_manual/core/theming.rst b/developer_manual/core/theming.rst index 5e22a5c0b..59ba1efb6 100644 --- a/developer_manual/core/theming.rst +++ b/developer_manual/core/theming.rst @@ -131,6 +131,15 @@ The other major color scheme is the blue header bar on the main navigation page This color we will change with the above as well. Save the file and refresh the browser for the changes to take effect. +5 Testing the new theme out +=========================== + +There are different options for doing so: + +* If you're using a tool like the Inspector tools inside Mozilla, you can test out the CSS-Styles immediately inside the css-attributes, while looking at them. +* If you have a developing/testing server as desciribed in 1. you can test out the effects in a real environment permanently. + + .. _GitHub themes repository: https://github.com/owncloud/themes .. _here: https://github.com/owncloud/themes/tree/master/example