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