CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Configuration checklist not changing color
Pages: [1]

Author Topic: Configuration checklist not changing color  (Read 1087 times)

sickhippie

  • Guest
Configuration checklist not changing color
February 16, 2010, 12:10:27 pm
So I've just installed CiviCRM with Drupal, and I'm trying to get everything configured properly.  Like the topic says, items I've visited are not changing color from red to green after visiting the pages.  Any ideas?

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Configuration checklist not changing color
February 16, 2010, 05:11:24 pm
Color change is based on civicrm.css setting the green color for 'visited' links:

#crm-container td.tasklist a:visited {
color:green;
}

Sounds like your theme might be over-riding this style. Firebug is the best way to check on this - and any other css mysteries (Firefox plugin).
Protect your investment in CiviCRM by  becoming a Member!

sickhippie

  • Guest
Re: Configuration checklist not changing color
February 17, 2010, 01:26:38 pm
Looks like it's actually FireFox overriding it.  I didn't have it set to remember history, so it doesn't mark any links as visited.  I didn't realize that's how the color change was handled.

Kudos on using SMF, btw.  Love this forum software.

andersiversen

  • I post occasionally
  • **
  • Posts: 76
  • Karma: 1
  • CiviCRM version: 4.4.4
  • CMS version: Drupal 7.26
  • MySQL version: 5.5.32
  • PHP version: 5.3.10
Re: Configuration checklist not changing color
June 10, 2011, 09:59:17 am
I know this is an old thread, but just wanted to give my two cents here:

I had the same problem when I went back to the checklist a couple of days after the initial installation. I discovered, thanks to Daves reply, that it was because I used a different browser the first time I went through the checklist.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Configuration checklist not changing color

This forum was archived on 2017-11-26.