I'm currently using the Page Properties Report Macro and I have been trying to change the cell colors of the table, but CSS wont let me change the color of the title cell. It also wont let me change any cells transparent.
I have noticed that when applying CSS to change the Page Properties Report Macro title background colour that is was set momentarily but then reverted back to the default. Specifying !important did the trick. Just be careful when using !important and make sure it is not affecting anything else.
.aui.metadata-summary-macro > thead > tr {
background-color: green !important;
}
If this answered your question, please mark it as answered.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.