CSS Issues
Posted: 08 Dec 2009, 02:11
When I login to some of my sites I lose the CSS for the details button tooltip.
To over come this I place the following CSS in my template.
/** overlib **/
.ol-foreground {background-color: #ffe;}
.ol-background {background-color: #2d3e55;}
.ol-textfont {font-family: Arial, Helvetica, sans-serif;font-size: 10px;color: #666;}
.ol-captionfont {font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #fff;font-weight: bold;}
.ol-captionfont a {color: #fff;text-decoration: none;}
.ol-closefont a {font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #fff;font-weight: bold;float:right;}
Adjust the colors/fonts to suit your site. Hope this helps someone.
To over come this I place the following CSS in my template.
/** overlib **/
.ol-foreground {background-color: #ffe;}
.ol-background {background-color: #2d3e55;}
.ol-textfont {font-family: Arial, Helvetica, sans-serif;font-size: 10px;color: #666;}
.ol-captionfont {font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #fff;font-weight: bold;}
.ol-captionfont a {color: #fff;text-decoration: none;}
.ol-closefont a {font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #fff;font-weight: bold;float:right;}
Adjust the colors/fonts to suit your site. Hope this helps someone.