Custom CSS on chrome
-
Hi Tobias,
first of all, thank you for your great plugin.
I have a custom CSS that should make the background of certain cells blue or pink.
It works perfectly fine on Firefox but not on Chrome (on Chrome, only one cell turns to the desired color).
I’m been trying to understand this difference for quite a while now but it seems I can’t. Sorry for that. Would you by chance have an idea on how to solve this problem ?
Best regards
.tablepress-id-5 .row-2 .column-1 {
background-color: #ED49A0;
color: #FFFFFF;
}
.tablepress-id-5 .row-3 .column-1 {
background-color: #ED49A0;
color: #FFFFFF;
}.tablepress-id-5 .row-6 .column-1 {
background-color: #3D567A;
color: #FFFFFF;
}
.tablepress-id-5 .row-7 .column-1 {
background-color: #3D567A;
color: #FFFFFF;
}
.tablepress-id-5 .row-8 .column-1 {
background-color: #3D567A;
color: #FFFFFF;
}
.tablepress-id-5 .row-9 .column-1 {
background-color: #3D567A;
color: #FFFFFF;
}
.tablepress-id-5 .row-10 .column-1 {
background-color: #3D567A;
color: #FFFFFF;
}The page I need help with: [log in to see the link]
- The topic ‘Custom CSS on chrome’ is closed to new replies.