OLD | NEW |
1 %filter substitution | 1 %filter substitution |
2 | 2 |
3 %define form_border #bfbfbf | 3 %define form_border #bfbfbf |
4 %define form_border_radius 2px | 4 %define form_border_radius 2px |
5 %define form_text #363b40 | 5 %define form_text #363b40 |
6 %define form_text_disabled #bebebe | 6 %define form_text_disabled #bebebe |
7 %define form_background white | 7 %define form_background white |
8 %define form_background_disabled #f5f5f5 | 8 %define form_background_disabled #f5f5f5 |
9 %define form_background white | 9 %define form_background white |
10 | 10 |
(...skipping 11 matching lines...) Expand all Loading... |
22 %define color_background_panel #d6d6d6 | 22 %define color_background_panel #d6d6d6 |
23 %define color_text_panel #000 | 23 %define color_text_panel #000 |
24 %define color_background_header #292929 | 24 %define color_background_header #292929 |
25 %define color_text_header #999999 | 25 %define color_text_header #999999 |
26 %define color_background_scroller #9a9a9a | 26 %define color_background_scroller #9a9a9a |
27 %define color_background_inverse #fff | 27 %define color_background_inverse #fff |
28 %define color_text_inverse #000 | 28 %define color_text_inverse #000 |
29 %define color_text_button #000 | 29 %define color_text_button #000 |
30 %define color_text_disabled #808080 | 30 %define color_text_disabled #808080 |
31 %define color_text_placeholder #808080 | 31 %define color_text_placeholder #808080 |
32 %define color_text_as_link #febc2b | 32 %define color_text_as_link #5cd1ff |
33 | 33 |
34 %define color_background_highlight #febc2b | 34 %define color_background_highlight #5cd1ff |
35 %define color_background_highlight_overlay rgba(171, 171, 171, 0.5) | 35 %define color_background_highlight_overlay rgba(171, 171, 171, 0.5) |
36 %define color_text_highlight #000 | 36 %define color_text_highlight #000 |
37 | 37 |
38 %define color_subtext_default lightgray | 38 %define color_subtext_default lightgray |
39 %define color_subtext_inverse #414141 | 39 %define color_subtext_inverse #414141 |
40 | 40 |
41 %define font_xlarge 5.08mozmm | 41 %define font_xlarge 5.08mozmm |
42 %define font_xnormal 2.75mozmm | 42 %define font_xnormal 2.75mozmm |
43 %define font_normal 2.54mozmm | 43 %define font_normal 2.54mozmm |
44 %define font_snormal 2.33mozmm | 44 %define font_snormal 2.33mozmm |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 | 125 |
126 %define dialog_width 76.2mozmm | 126 %define dialog_width 76.2mozmm |
127 | 127 |
128 %define appmenu_portrait_height 21.17mozmm | 128 %define appmenu_portrait_height 21.17mozmm |
129 %define appmenu_button_height 10.48mozmm | 129 %define appmenu_button_height 10.48mozmm |
130 | 130 |
131 %define tablet_panel_controls 40mozmm | 131 %define tablet_panel_controls 40mozmm |
132 %define tablet_panel_minwidth 124mozmm | 132 %define tablet_panel_minwidth 124mozmm |
133 | 133 |
134 %define orientation -moz-device-orientation | 134 %define orientation -moz-device-orientation |
OLD | NEW |