When using the calendar module, in the pop-up for a specific event, the pop-up text is a very light gray and is barely readable. Needs to be much darker.

CommentFileSizeAuthor
#5 Untitled-2.gif4.34 KBmecvo1984
#2 faint.jpg209.29 KBebremer

Comments

jwolf’s picture

Status: Active » Postponed (maintainer needs more info)

I'd really like to help you but it's a little difficult to see what's going on without a screenshot and/or link to the site where this is happening.

ebremer’s picture

StatusFileSize
new209.29 KB

Thanks will do!

If you go to may of my calendar at my web site:

http://www.ebremer.com/calendar

and click on the AAMC entry you will see what I mean. Attached is a screen shot. - Erich

jwolf’s picture

Status: Postponed (maintainer needs more info) » Fixed

Adding the following to the stylesheet fixes this issue:

/* Calendar
-------------------------------------------------------------- */

/* pop-up calendar styles */
div#calpopup {
  color: #444
}

div#calpopup a:link,
div#calpopup a:visited {
  color: #B38542;
}

div#calpopup a:hover,
div#calpopup a:active {
  color: #DFB77C;
}

This fix is available in the 2.x branch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

mecvo1984’s picture

StatusFileSize
new4.34 KB

I'm having a different prob w/ the calendar module: when clicking the link tied to the node, the popup box comes up blank. Pls. see file attachment. Using 6.x-2.0-rc6. Calendar seems to be configured correctly. Is there some setting that configures the popup box in views? Thx.

Nevermind: upgraded to latest Acquia calendar module and problem is now resolved.