pad-osd.css 508 B

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