q-input : bg-color and readonly - bg-color
-
I have two simple problems but find no answer:
1.) If i set a q-input to readonly it automatically gets grey, which is fine.
Question: where can i set (globally) this bg color for readonly/disabled q-inputs?2.) If i set a bg-color to a q-input, the color is NOT changing any more after q-input is set to readonly. So bg-color is overwriting readonly-color.
How to fix this?thanx in advance!
-
@iklemm said in q-input : bg-color and readonly - bg-color:
1.) If i set a q-input to readonly it automatically gets grey, which is fine.
Question: where can i set (globally) this bg color for readonly/disabled q-inputs?
You can set/overrule global style in the src/css/app.sass file.
2.) If i set a bg-color to a q-input, the color is NOT changing any more after q-input is set to readonly. So bg-color is overwriting readonly-color.
-
@dobbel
not working if you give q-input a bg-color. see 2.)