cancel
Showing results for 
Search instead for 
Did you mean: 

To tweak navigation buttons in navigation panel component

Former Member
0 Kudos

http://scn.sap.com/community/businessobjects-design-studio/blog/2014/11/06/sap-design-studio-tips-tr...

Dear Experts,

In one of my design studio dashboard my user is asking to tweak the look and feel of two buttons present at the top in Filter and navigation panel components. These two buttons looks similar and creating confusion to top management user.

I tried to search this solution on SCN and got a post where I can hide a button out of row or column (link given on top), but I could not see any help in changing the look and feel of these two top buttons as in screenshot below -

could you please guide if we have any such CSS class where I can add code to make one of button a bit different. Any idea/help is appreciated.

Thanks & Regards,

Jiten

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member194504
Active Contributor
0 Kudos

Hi Jiten

you can use this


.sapzenfilterpanel-ModeFilteringNavigation .sapUiSegmentedButton>span>.sapUiBtnS.sapUiBtnStd.sapzenfilterpanel-ShowNavigationButton, .sapzenfilterpanel-ModeNavigation .sapUiSegmentedButton>span>.sapUiBtnS.sapUiBtnStd.sapzenfilterpanel-ShowNavigationButton{

background-image:none !important;

}

you can replace the none with your own image URL or data URI.

Thanks,

Nithyanandam

Former Member
0 Kudos

Thank you for the example and the help, sometimes people need to see an example one time to understand the best technique.

former_member194504
Active Contributor
0 Kudos

Hi Denise,

You can learn about how to find css and how to change it here

Thanks,

Nithyanandam

TammyPowlas
Active Contributor
0 Kudos

Hi - rather than someone supplying the CSS for you, have you tried running through the debugger, using F12, to determine the CSS to apply?  That way you can figure out the CSS for yourself in the future.