1/* GX-Style Grandma */
2
3/* ICON THEME
4 *
5 * background1:    grandma.png
6 * bigknob:        knob_big.png
7 * levelslider:    simplelevelslider.png
8 * midknob:        knob_mid.png
9 * minitoggle_off: switch_mid_off.png
10 * minitoggle_on:  switch_mid_on.png
11 * portdisplay:    playhead.png
12 * smallknob:      knob_small.png
13 * smallknobr:     knob_small_r.png
14 * switchit_off:   switch_off.png
15 * switchit_on:    switch_on.png
16 * wheel_back:     tactile_wheel_101f.png
17 * gxhead:         live_wallpaper_grandma.png
18 *
19 * ICON THEME
20 */
21
22@import url("gx_head_Guitarix.css");
23
24
25gx-paint-box {
26    -GxPaintBox-icon-set: 7;
27    -GxPaintBox-stock-gxhead: "live_wallpaper_grandma.png";
28}
29
30#rackcontainer .effect_title {
31    color: #ffffff;
32}
33
34#effect_title {
35    font: condensed 10pt "Roboto";
36    color: #ffffff;
37}
38
39#drag_widget {
40    .effect_title {
41	color: #ffffff;
42    }
43}
44
45#rack_label,
46#Value, /* *Value */
47#ampbox label,
48#beffekt_label,
49#rack_effect_label {
50    color: #ffffff;
51}
52