cancel
Showing results for 
Search instead for 
Did you mean: 

CSS for tree component in design studio 1.6

Former Member
0 Kudos

Hello

I have a tree component on profit center hierarchy. I am trying to change the font color, or background color of selected values, but not able to figure out how to change it only for selected values. By default the selected value has light blue in background which is quite difficult to see on a projecter.

Any tips are much appreciated 🙂

Regards,

Chetan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Found it finally.

.sapUiTableCtrl tr:not(.sapUiTableGroupHeader).sapUiTableRowSel>td {

background-color:#86e2fd;

}

Answers (1)

Answers (1)

Vidhya
Active Participant
0 Kudos

Hi Chetan,

Please check below link,

https://archive.sap.com/discussions/thread/3894734

Regards,

Vidhya.C

Former Member
0 Kudos

Hi Vidhya,

Thanks. I had looked at that but it highlight all the values and not the selected ones. I need to only highlight by font or background color for the selected values.

Regards,

Chetan

Vidhya
Active Participant
0 Kudos

If you want to find the CSS class for the tree component is to follow the steps here: How to Find and Change the CSS Class - Design Studio - this works with IE or Chrome, and in 1.6 the new CSS editor

Regards,

Vidhya.C