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

Remove Surplus Pagination Ellipsis Span ".pagination li.ellipsis span" Background Rule

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • 3.3.11
    • None
    • Styles

    Description

      The colours.css file has a transparent background rule on the pagination ellipsis span but it doesn't have any effect as there is no colour added to it anywhere else.

       

      File:

      colours.css

      Find:

      .pagination li.ellipsis span {
          background: transparent;
          color: #000000;
      }

      Change To:

      .pagination li.ellipsis span {
          color: #000000;
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            ForumFlair ForumFlair
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: