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