eclipse-scout / scout.rt

https://www.eclipse.org/scout/
Eclipse Public License 2.0
34 stars 39 forks source link

Add white background color in light theme #1061

Closed fschinkel closed 3 months ago

fschinkel commented 3 months ago

Some features (e.g. the filter field) are looking for a background color of their parents. If there is no background-color a default is used which can not fit for both light and dark theme. Therefore, ensure that at least the body has a background color set that matches the theme.

388715