camerauis/cameraxui/cxui/layouts/cxui.css
changeset 48 42ba2d16bf40
parent 32 5c1e3c6aa4ef
--- a/camerauis/cameraxui/cxui/layouts/cxui.css	Tue Jul 06 14:04:02 2010 +0300
+++ b/camerauis/cameraxui/cxui/layouts/cxui.css	Wed Aug 18 09:37:18 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