Page 1 of 1

Values shown with shadow after upgrade to v3.13.0 beta

Posted: Sunday 08 December 2024 12:33
by WillemV
Hi guys,
I just updated my Dashticz to v3.13.0-beta because I experienced some issues after updating Domoticz.
For example a thermostat showed as an on-off switch.
Well that is sorted now, but now all values of the devices are shown with a black text-shadow.
I guess it should be easily fixed in the custom.css or in default settings but I just cannot figure out where or how.

Anyone an idea?

Re: Values shown with shadow after upgrade to v3.13.0 beta

Posted: Sunday 08 December 2024 19:03
by HansieNL
Can you try by adding the following code to custom.css:

Code: Select all

.col-data {
  text-shadow: none !important
}

Re: Values shown with shadow after upgrade to v3.13.0 beta

Posted: Monday 09 December 2024 20:13
by Lokonli
WillemV wrote: Sunday 08 December 2024 12:33 Hi guys,
I just updated my Dashticz to v3.13.0-beta because I experienced some issues after updating Domoticz.
For example a thermostat showed as an on-off switch.
Well that is sorted now, but now all values of the devices are shown with a black text-shadow.
I guess it should be easily fixed in the custom.css or in default settings but I just cannot figure out where or how.

Anyone an idea?
Fixed in latest beta.

Only blocks with a background image will have shadow text by default.

Re: Values shown with shadow after upgrade to v3.13.0 beta

Posted: Wednesday 11 December 2024 17:49
by WillemV
Thanks the both of you,

I added this line to my custom.css and that solved it.