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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 3.3.11
    • Styles

      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;
      }

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

              Created:
              Updated: