Question
2
Replies
225
Views
TCS
Posted: September 8, 2016
Last activity: September 20, 2016
Closed
left side if i am clicking the any link like dashboard ,pulse...one should be helighted
I have requirement,in left side if i am clicking the any link like dashboard ,pulse...one should be helighted one remeaning all not he lighted.can you suggested any idea .
i am useing pega 7.1.7 version
***Updated by moderator: Lochan to add Categories***
Hello Srihari,
Below css is responsible for to hightlight the selected item:
<style>
.screen-layout-region-main-sidebar1 .menu-vertical a:hover {
background: <color>
}
</style>
For your reference, for case manager portal you refer the webwb • py-enduser71-workarea-overrides • css file. Please refer attched screen shot for webwb • py-enduser71-workarea-overrides • css file.
Regards,
Praveen