screensaverapp/snsrapplication/themes/style/theme1/hbcolorgroup.css
changeset 35 f9ce957a272c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/screensaverapp/snsrapplication/themes/style/theme1/hbcolorgroup.css	Fri Mar 19 09:27:44 2010 +0200
@@ -0,0 +1,16 @@
+/* Colors for different states for different parts of UI */
+
+/* Each CSS variable here referes to a color group having colors for enabled, disabled, focused and non-focused states in that order */
+
+@variables
+{
+snsrforeground:#BB0000,#BB0000,#BB0000,#BB0000;
+snsrbackground:#FFE100,#FFE100,#FFE100,#FFE100;
+}
+
+SnsrLabel
+{
+background:var(snsrbackground);
+foreground:var(snsrforeground);
+text:var(snsrforeground);
+}
\ No newline at end of file