Hi all,
I'm using the Custom Component: KPI Tile
I want to change the background color of the tile, but not sure where in my CSS this can be done?
And what entries do I need to make in the a Class?
My first entry in the CSS that comes with DS 1.3 in the Standard Templates have this as the first entry:
/* Tile Layout */
.myTile {
background: #ffffff;
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1) !important;
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1) !important;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1) !important;
//border-radius: 6px !important;
}
We have tried to change the entry for "background" to another colour and also tried to added the entry "background-color" in the CSS without any luck.
In the Properties section of the KPI Tile Component, we have specified to use the myTile class.
regards
Oddmar Lid
