How can I change the css for the CartoDB tooltip?
I found this css below in the source but am having a hard time referencing it. Are there any examples of a customized, styled tooltip?
/* CartoDB tooltip control */
div.cartodb-tooltip { position: absolute; z-index: 5; display: none; }
div.cartodb-tooltip p { font-family: "robotoregular", Helvetica, Arial, Sans-serif; font-size: 15px; color: #333; text-align:left; text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF; }
أكثر...
I found this css below in the source but am having a hard time referencing it. Are there any examples of a customized, styled tooltip?
/* CartoDB tooltip control */
div.cartodb-tooltip { position: absolute; z-index: 5; display: none; }
div.cartodb-tooltip p { font-family: "robotoregular", Helvetica, Arial, Sans-serif; font-size: 15px; color: #333; text-align:left; text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF; }
أكثر...