Hi Expert's,
I have Requirement To Change Alternate Row Colour Change ,Scroll Bar And Thumb of Score Card In Sap Design Studio I have Written CSS for Alternate Colour but It is effecting for Header Row's Only Not Effecting for Data Row's.For Cross By using Css I am getting Alternate Row colour's.
CSS I have written for alternate row color:
.sapUiTableRowHdr:nth-child(odd), .sapUiTableCtrl tr.sapUiTableRowEven {
background-color: #CCFFCC !important;
}
.sapUiTableRow:nth-child(odd), .sapUiTableCtrl tr.sapUiTableRowEven {
background-color: #ff0000!important;
}
.sapUiTableCtrl tr.sapUiTableRowEven {
background-color: #ff0000!important;
}
I have Written CSS for scroll bar and scroll bar thumb But It is effecting for both score Card and Cross tab.
CSS for Scroll Bar and Thumb :
.sapXTableMain,.sap-desktop ::-webkit-scrollbar-thumb {
background-color: #007cc0;
}
.sap-desktop ::-webkit-scrollbar {
background-color: #DA1242;
}
Colud you Please Help On this And provide CSS Classes of Score Card It will helpful for further .
I have Searched But I didn't find Any solution for this.
Design Studio 1.6 - Visualizing Row Selections in Scorecard
Best Regard's,
Sathish.