camerauis/cameraxui/cxui/layouts/cxui.css
changeset 38 0f0b4c1d7744
child 32 5c1e3c6aa4ef
equal deleted inserted replaced
28:3075d9b614e6 38:0f0b4c1d7744
       
     1 /* 
       
     2 Mode/setting indicators in still precapture 
       
     3 All HbLabel icons and text inside indicatorContainer
       
     4 */
       
     5 HbWidget#indicatorContainer > HbLabel::icon
       
     6 {
       
     7 color: var(qtc_popup_trans_normal);
       
     8 }
       
     9 HbWidget#indicatorContainer > HbLabel::text
       
    10 {
       
    11 color: var(qtc_popup_trans_normal);
       
    12 }
       
    13 /* 
       
    14 Selftimer
       
    15 All HbLabel text and icons inside still_precapture_selftimer_container
       
    16 */
       
    17 HbWidget#still_precapture_selftimer_container > HbLabel::icon
       
    18 {
       
    19 color: var(qtc_popup_trans_normal);
       
    20 }
       
    21 HbWidget#still_precapture_selftimer_container > HbLabel::text
       
    22 {
       
    23 color: var(qtc_popup_trans_normal);
       
    24 }
       
    25 /* 
       
    26 Images left 
       
    27 All HbLabel text and icons inside images_left_container
       
    28 */
       
    29 HbWidget#images_left_container > HbLabel::text
       
    30 {
       
    31 color: var(qtc_popup_trans_normal);
       
    32 }
       
    33 /* 
       
    34 Mode/setting indicators
       
    35 All HbLabel icons and text inside video_indicator_container_top
       
    36 */
       
    37 HbWidget#video_indicator_container_top > HbLabel::icon
       
    38 {
       
    39 color: var(qtc_popup_trans_normal);
       
    40 }
       
    41 HbWidget#video_indicator_container_top > HbLabel::text
       
    42 {
       
    43 color: var(qtc_popup_trans_normal);
       
    44 }
       
    45 /* 
       
    46 Bottom indicators (recording icon, time elapsed & left)
       
    47 HbLabels defined separately since they should be colored differently
       
    48 */
       
    49 /* Elapsed time is a special case, it will always be red */
       
    50 HbLabel#video_elapsed_time::text
       
    51 {
       
    52 color: red;
       
    53 }
       
    54 HbLabel#video_remaining_time::text
       
    55 {
       
    56 color: var(qtc_popup_trans_normal);
       
    57 }
       
    58 /* 
       
    59 Zoom sliders
       
    60 Decrement and increase icons both 
       
    61 */
       
    62 CxuiZoomSlider::decrement-icon
       
    63 {
       
    64 color: var(qtc_popup_trans_normal);
       
    65 }
       
    66 CxuiZoomSlider::increment-icon
       
    67 {
       
    68 color: var(qtc_popup_trans_normal);
       
    69 }