junkfix / numberbox-card

Replace input_number sliders with plus and minus buttons
109 stars 9 forks source link

How can I change the update color (default is red) #32

Closed TrylobitBroccoli closed 2 years ago

TrylobitBroccoli commented 2 years ago

I want to change the color of the value before it gets send, but it doesn't work. How can I do it?

I've tried to put in styling:

    style: |
      .upd{color:grey}

and

    style: |
      .upd{color:#808080}

but that doesn't work.

htmltiger commented 2 years ago

.cur-num.upd{color:grey} should work