Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-16829

Add forumtitle and lastsubject text decoration hover

    XMLWordPrintable

Details

    Description

      in prosilver/theme/links.css

      a.forumtitle:hover {
      	text-decoration: underline;
      }

      a.lastsubject:hover {
      	text-decoration: underline;
      }

      is being blocked by

      .row-item a:hover {
      	text-decoration: none
      }

      and text-decoration: none is missing the delimiter along with some in other css files
      see https://www.phpbb.com/community/viewtopic.php?f=686&t=2598556 for more info

      Attachments

        Activity

          People

            Marc Marc
            Prosk8er Prosk8er
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: