camerauis/cameraxui/cxui/layouts/cxui.css
changeset 46 c826656d6714
parent 39 c5025ea871a1
equal deleted inserted replaced
42:feebad15db8c 46:c826656d6714
    12 }
    12 }
    13 /* 
    13 /* 
    14 Selftimer
    14 Selftimer
    15 All HbLabel text and icons inside still_precapture_selftimer_container
    15 All HbLabel text and icons inside still_precapture_selftimer_container
    16 */
    16 */
    17 HbWidget#still_precapture_selftimer_container > HbLabel::icon
    17 HbWidget#selftimer_icon_container > HbLabel::icon
    18 {
    18 {
    19 color: var(qtc_popup_trans_normal);
    19 color: var(qtc_popup_trans_normal);
    20 }
    20 }
    21 HbWidget#still_precapture_selftimer_container > HbLabel::text
    21 HbWidget#selftimer_icon_container > HbLabel::text
    22 {
    22 {
    23 color: var(qtc_popup_trans_normal);
    23 color: var(qtc_popup_trans_normal);
    24 }
    24 }
    25 /* 
    25 /* 
    26 Images left 
    26 Images left 
    44 }
    44 }
    45 /* 
    45 /* 
    46 Bottom indicators (recording icon, time elapsed & left)
    46 Bottom indicators (recording icon, time elapsed & left)
    47 HbLabels defined separately since they should be colored differently
    47 HbLabels defined separately since they should be colored differently
    48 */
    48 */
    49 /* Elapsed time is a special case, it will always be red */
       
    50 HbLabel#video_elapsed_time::text
    49 HbLabel#video_elapsed_time::text
    51 {
       
    52 color: red;
       
    53 }
       
    54 HbLabel#video_remaining_time::text
       
    55 {
    50 {
    56 color: var(qtc_popup_trans_normal);
    51 color: var(qtc_popup_trans_normal);
    57 }
    52 }
    58 HbWidget#video_indicator_container_bottom > HbLabel::icon
    53 HbWidget#video_indicator_container_bottom > HbLabel::icon
    59 {
    54 {