Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-943

the 'even' highlighting in doclisting view is broken (is was fixed some time ago)

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • High
    • Resolution: Fixed
    • 2.01.00m05
    • 2.01.00m06
    • addon-cms-prototype
    • None

    Description

      Before,

      changing

      tr.even td, tr.odd td

      { padding: 5px; }

      tr.even {}
      tr.even td

      {background-color: #f7f7f7 }

      tr.odd td

      { padding: 5px; }

      into

      tr.even td, tr.odd td

      { padding: 5px; }

      tr.even

      {background-color: #f7f7f7}

      tr.even td { }
      tr.odd td

      { padding: 5px; }

      fixed the issue. Now it does not work anymore.

      Attachments

        Activity

          People

            avscheltinga Auke van Scheltinga (Inactive)
            aschrijvers Ard Schrijvers
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: