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

Remove Surplus Poll ".rtl ul.topiclist dd" | ".rtl li.row:hover dd" RTL Border Left Colour Rule

    XMLWordPrintable

Details

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

    Description

      The colours.css file has an RTL rule for a left sided border colour on the topiclist but this is not needed as the bidi.css file has a rule in it which changes the left sided border to none.

       

      File:

      colours.css
      

      Find:

      .rtl ul.topiclist dd {
          border-right-color: #FFFFFF;
          border-left-color: transparent;
      }

       

      Change To:

      .rtl ul.topiclist dd {
          border-right-color: #FFFFFF;
      }

      Find:

      .rtl li.row:hover dd {
          border-right-color: #CCCCCC;
          border-left-color: transparent;
      }

      Change To:

      .rtl li.row:hover dd {
          border-right-color: #CCCCCC;
      }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: