diff -r 594d59766373 -r 7d48bed6ce0c telutils/dialpad/resources/dialpad_color.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telutils/dialpad/resources/dialpad_color.css Tue Aug 31 15:45:17 2010 +0300 @@ -0,0 +1,27 @@ + + +/* backspace */ +DialpadButton[state = "normal"][buttonType = "1"]::icon{ + color: var(qtc_input_function_normal); +} + +DialpadButton[state = "pressed"][buttonType = "1"]::icon{ + color: var(qtc_input_function_pressed); +} + +DialpadButton[buttonType = "1"]::icon[!enabled]{ + color: var(qtc_input_function_disabled); +} + +/* call button */ +DialpadButton[state = "normal"][buttonType = "2"]::icon{ + color: var(qtc_callhandling_answer_normal); +} + +DialpadButton[state = "pressed"][buttonType = "2"]::icon{ + color: var(qtc_callhandling_answer_pressed); +} + +DialpadButton[buttonType = "2"]::icon[!enabled]{ + color: var(qtc_input_function_disabled); +}