Themes sc8_Valencia issue in grid and chart headers in latest sc9 release (9.7.010)

When using theme sc8_Valencia in latest SCrelease (9.7.010), The backgound color of the header in grid is not set, it’s transparent and should be blank.

Default appears 1 or 2 release before, and still there in the last current release (9.7.010)

Can you fix that ?

Thank you.

Hi @Olicorbel

I’ve just confirmed the issue and already informed our development team.

I’ll let you know when the the fix is available.

Regards.

I had the same problem, but in the SC8_Bluewood theme.

I make a workaround to solve it.

try putting this code on the onScriptInit event of the grid:

?>
<style>
.scGridTabelaTd{
	background-color: #fff !important;
}		
</style>	

<?php
2 Likes

Hi @hector22 , thank you very much, works fine also with SC8_Valencia.

Hi @robertoferraz, thanks to have reported the bug, and based on what @hector22 wrote, and tested successfully by me, seems to be simple fix… but still not fixed in latest release 9.7.012 … thanks for the follow-up.