pad-osd.css 534 B

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