Target Fader or Pad Input Text via CSS

Hi,

I’m getting some fuzzy text from the input values on my faders & xy-pads. I was assuming targeting the input text would just be .input or >.input however I’m not being able to target it at all. Is it possible to target it so I can try and fix the fuzziness and/or change the colors of the text?

When not focused, the input is rendered in a canvas, you can target it with .input canvas. The blurriness issue has already been discussed here : https://github.com/jean-emmanuel/open-stage-control/issues/420

1 Like