You need to be logged in to view a user's profile.
  1. donbrown199
  2. JEvents 1.5 Help
  3. Thursday, 06 March 2008
The tool tips for events use to look top notch. Something I did while trying to fix the duplicate calendars in the mini-cal(found a post on how to fix it, BTW) make them look plain grey. They use to look consistent with the event category color. <!-- s:? --><img src="{SMILIES_PATH}/icon_e_confused.gif" alt=":?" title="Confused" /><!-- s:? -->

Any idea what setting I need to tweek?

I've poked around in all the settings that make sense to me in the Components -> Events -> Configuration and in the Extensions -> Module Manager -> Events (edit), but nothing seems to make a difference.

Thanks everyone,
Don
Accepted Answer Pending Moderation
0
Votes
Undo
I continued searching and found this thread in the old forums:
http://joomlacode.org/gf/project/jevent ... ad_id=7832

As the thread suggests, I copied the following few lines onto the end of my CSS and voila! All is beautiful again: the top of each tooltip matches the event color, etc.

<pre style="margin-top: 0pt; display: inline;">/* Overlib start */
.ol_bg{background-color:#009900;}
.ol_caption{text-transform:uppercase;}
.ol_fg{background-color:#F1F1F1;}
.ol_text{text-transform:capitalize;font-weight:bold;font-size:12px;}
/* Don't know what this is for, but added it just in case */
.ol_close{}
/* Overlib end */


Thanks everyone.
Don
  1. more than a month ago
  2. JEvents 1.5 Help
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!