screensaverapp/snsrapplication/themes/style/theme1/hbcolorgroup.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Mar 2010 09:27:44 +0200
changeset 35 f9ce957a272c
permissions -rw-r--r--
Revision: 201007 Kit: 201011

/* 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);
}