camerauis/cameraxui/cxui/layouts/cxui.css
changeset 43 0e652f8f1fbd
child 45 24fd82631616
equal deleted inserted replaced
28:3075d9b614e6 43:0e652f8f1fbd
       
     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 HbWidget#video_indicator_container_bottom > HbLabel::icon
       
    59 {
       
    60 color: var(qtc_popup_trans_normal);
       
    61 }
       
    62 /* 
       
    63 Zoom sliders
       
    64 Decrement and increase icons both 
       
    65 */
       
    66 CxuiZoomSlider::decrement-icon
       
    67 {
       
    68 color: var(qtc_popup_trans_normal);
       
    69 }
       
    70 CxuiZoomSlider::increment-icon
       
    71 {
       
    72 color: var(qtc_popup_trans_normal);
       
    73 }