Is there a way to style an individual, named grid, by CSS? I have a named grid which I have set to readOnly = true and would like it to show all rows with NO selection or hover color, but could not find a solution yet.
which does to my surprise Dows not suppress the hovering color. Strange thing is, if I set within this selector a color darker then the defined hovered color, the hover color is shown. If it’s lighter, the color defined in the selector
AGGrid theming heavily relies on CSS variables which makes it very easy to customise. See AGGrid doc: Legacy Themes: CSS Variable Reference. Not all rules are used, so some investigation is needed to know which ones are relevant to Servoy’s implementation.
Be aware that if you use the default Servoy theme, in some cases Servoy overrides the use of CSS variables with hard coded values. So some CSS variables may have no effect unless you reverse the Servoy CSS rules.
For example, Servoy overrides the selected row styling with static values: