Skip to Content
0
Former Member
May 03, 2018 at 08:47 AM

Making filter bar and dimension filter background color opaque or transparent

1014 Views Last edit May 04, 2018 at 09:20 AM 4 rev

Hi,

I wanted to make back ground color of filter header panel transparent for which i have used this custom CSS but it doesn't work, i am working on Lumira Designer 2.1.

/* Change background color */ .myFilterPanel .sapMIBar.sapMTB.sapMTB-Auto-CTX.sapMTBInactive.sapMTBNewFlex{ background-color: rgb(200,0,0,0);

}

.myFilterPanel .sapContrastPlus.sapMIBar.sapMIBar-CTX.sapMPageSubHeader.sapMSubHeader-CTX.sapMTB.sapMTB-Auto-CTX.sapMTBInactive.sapMTBNewFlex{ background-color: opaque !important;

}

Any idea on why it is not working?

Thanks

Harish