Tobias Melcher
Tobias Melcher
> > Unfortunately, I don't know in which CSS file this "background-color: unset;" is written down. There are too many CSS files. > > It's here: https://github.com/eclipse-platform/eclipse.platform.ui/blob/b6af990cac142bdba33768e29ec0d62482f0ba54/bundles/org.eclipse.ui.themes/css/e4-dark_mac.css#L44 thanks so much....
I removed ``` Table[swt-lines-visible=true] { background-color: unset; } Tree[swt-lines-visible=true] { background-color: unset; } ``` from e4-dark_mac.css locally and did some testing. Unfortunately, the zebra style then disappears from the "Problems"...