Hi,
We have a custom map which is working fine but the only thing is that an Acknowledge-sensor background is to RED for us. Is it possible to change this background color in the customerstyles.css ?
I tried
div.senso{
background-color: 000000;
}
This one is not working, hope you can help.
Article Comments
Hi,
please try the following code
.hasredok {
background-color: #000000 !important;
}
and just set the color code you need. If this does not work, please send the precise name of the Map Object.
Best regards
Mar, 2013 - Permalink
Thanks,
This worked for me :)
Apr, 2013 - Permalink
Hi, please try the following code
.hasredok { background-color: #000000 !important; }and just set the color code you need. If this does not work, please send the precise name of the Map Object.
Best regards
Mar, 2013 - Permalink