Results 1 to 2 of 2

Thread: Possible error in main css

  1. #1
    Client pdunton's Avatar
    Join Date
    Apr 2006
    Location
    Tucson, Arizona
    Posts
    555
    Squirrelcart version
    v3.4.1

    Completed Possible error in main css

    Found this in the main css file.

    /* this is for text inside the anchor for selected categories, and for parents that are expanded */
    .cat_links .expanded .parent a,
    .cat_links .expanded .parent {
    font-weight: bold;
    background-color: #dfdfdf;
    background-color: #baf3b7;

    }

  2. #2
    Squirrelcart Staff Jamie's Avatar
    Join Date
    May 2002
    Posts
    6,829
    Squirrelcart version
    v3.3.7
    Thanks. That should be:
    Code:
    /* this is for text inside the anchor for selected categories, and for parents that are expanded */
    .cat_links .expanded .parent a,
    .cat_links .expanded .parent {
        font-weight: bold;
        background-color: #baf3b7;
    }
    I fixed it for the final release.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts