Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-16829

Add forumtitle and lastsubject text decoration hover

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.3.5-RC1
    • 3.3.4
    • Styles

      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

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

              Created:
              Updated:
              Resolved: