Invert colors floating labels

Hi,

Is there any presets for inverting a floating labels list? I´m using it on a dark background and need the input text to be white.

If you using sass to style your app
you could use the sass function invert($color)

If you want to do this on the fly you need to do this with javascript.