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#selftimer_icon_container > HbLabel::icon |
|
18 { |
|
19 color: var(qtc_popup_trans_normal); |
|
20 } |
|
21 HbWidget#selftimer_icon_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 HbLabel#video_elapsed_time::text |
|
50 { |
|
51 color: var(qtc_popup_trans_normal); |
|
52 } |
|
53 HbWidget#video_indicator_container_bottom > HbLabel::icon |
|
54 { |
|
55 color: var(qtc_popup_trans_normal); |
|
56 } |
|
57 /* |
|
58 Zoom sliders |
|
59 Decrement and increase icons both |
|
60 */ |
|
61 CxuiZoomSlider::decrement-icon |
|
62 { |
|
63 color: var(qtc_popup_trans_normal); |
|
64 } |
|
65 CxuiZoomSlider::increment-icon |
|
66 { |
|
67 color: var(qtc_popup_trans_normal); |
|
68 } |
|