I have a line of code that works fine on 2 of 3 dashboards.
#tile-4 .tile-contents, #tile-4 .tile-primary {color: rgba(255, 36, 6, 0.6); text-shadow: none !important;}
Try it with same tiles on each dashboard. Why would it not work on just one?
I have a line of code that works fine on 2 of 3 dashboards.
#tile-4 .tile-contents, #tile-4 .tile-primary {color: rgba(255, 36, 6, 0.6); text-shadow: none !important;}
Try it with same tiles on each dashboard. Why would it not work on just one?
are you sure the tile you are trying to change is tile 4.. you may not have that tile on that dashboard. or you may have some other css that overrides it.
This pretty much all I have right now. I check the tile numbers carefully. I can change tiles on the 2 dashboards and they all work. Just this one dashboard will not work for any of the tiles.