camerauis/cameraxui/cxui/layouts/cxui.css
changeset 46 c826656d6714
parent 39 c5025ea871a1
--- a/camerauis/cameraxui/cxui/layouts/cxui.css	Thu Jul 15 01:53:45 2010 +0300
+++ b/camerauis/cameraxui/cxui/layouts/cxui.css	Fri Aug 06 10:03:37 2010 +0300
@@ -14,11 +14,11 @@
 Selftimer
 All HbLabel text and icons inside still_precapture_selftimer_container
 */
-HbWidget#still_precapture_selftimer_container > HbLabel::icon
+HbWidget#selftimer_icon_container > HbLabel::icon
 {
 color: var(qtc_popup_trans_normal);
 }
-HbWidget#still_precapture_selftimer_container > HbLabel::text
+HbWidget#selftimer_icon_container > HbLabel::text
 {
 color: var(qtc_popup_trans_normal);
 }
@@ -46,13 +46,8 @@
 Bottom indicators (recording icon, time elapsed & left)
 HbLabels defined separately since they should be colored differently
 */
-/* Elapsed time is a special case, it will always be red */
 HbLabel#video_elapsed_time::text
 {
-color: red;
-}
-HbLabel#video_remaining_time::text
-{
 color: var(qtc_popup_trans_normal);
 }
 HbWidget#video_indicator_container_bottom > HbLabel::icon