pad-osd.css
ASCII text
1
.Leader {
2
stroke-width: .5 !important;
3
stroke: #535353;
4
fill: none !important;
5
}
6
7
.Button {
8
stroke-width: .25;
9
stroke: #ededed;
10
fill: #ededed;
11
}
12
13
.Ring {
14
stroke-width: .5 !important;
15
stroke: #535353 !important;
16
fill: none !important;
17
}
18
19
.Label {
20
stroke: none !important;
21
stroke-width: .1 !important;
22
font-size: .1 !important;
23
fill: transparent !important;
24
}
25
26
.TouchStrip, .TouchRing {
27
stroke-width: .1 !important;
28
stroke: #ededed !important;
29
fill: #535353 !important;
30
}
31