Closed RealRaven2000 closed 11 months ago
In dark themes we see that the help text that is displayed in a panel once the blue help icon to right is clicked, has unwanted text shadows:
This is caused by a browser rule in global-shared.css:
/* Lightweight theme roots */ :root[lwtheme-image] { text-shadow: 0 -0.5px 1.5px white; }
Fixed in 6.4 released on 04/12/2023
In dark themes we see that the help text that is displayed in a panel once the blue help icon to right is clicked, has unwanted text shadows:
This is caused by a browser rule in global-shared.css: