cancel
Showing results for 
Search instead for 
Did you mean: 

CSS for Button to change the icon color and spacing.

former_member334960
Participant
0 Kudos

Hi All,

1. Can someone please help with the CSS to change the color of icon of a button.

This is how it looks by default:

But I would like it to be in a different color like this with color code : #CF4520


2. Also, I am using the following buttons in my report

Information to the left, Export to the right and Undo, Reset,Switch Display,Display Panel in between.

I have used a grid layout for spacing, but somehow the buttons in between are not centre aligned all the times when executed from different screen resolutions.Can someone please suggest how to centre align all the four buttons.

Thanks.

Poojitha

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member334960
Participant
0 Kudos

This has been resolved using the below:

.sapMBtnIcon
{
color: #CF4520;
}