ICEfaces
  1. ICEfaces
  2. ICE-3146

ice:dataPaginator not rendered properly with xp-portlet.css

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Minor Minor
    • Resolution: Cannot Reproduce
    • Affects Version/s: 1.7
    • Fix Version/s: 1.7.2
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      Liferay 4.x/5, Tomcat 6

      Description

      There seems to be a problem with the xp-portle.css. It should contain the following
      setting for the background-color:

      /* override the attributes for the currently selected page */
      .iceDatPgrScrCol a {
          color: #FFFFFF;
          border: 1px solid #2A6CC2;
          background-color: #2A6CC2; /** missing in portlet version? */
      }

      The last line is missing in xp-portlet.css and causes incorrect rendering of the dataPaginator.

        Activity

        Hide
        Adnan Durrani added a comment -

        Its already there, the following style class has been taken from the xp-portlet.css

        /* override the attributes for the currently selected page */
        .iceDatPgrScrCol a

        { color: #FFFFFF; border: 1px solid #2A6CC2; background-color: #2A6CC2; }
        Show
        Adnan Durrani added a comment - Its already there, the following style class has been taken from the xp-portlet.css /* override the attributes for the currently selected page */ .iceDatPgrScrCol a { color: #FFFFFF; border: 1px solid #2A6CC2; background-color: #2A6CC2; }

          People

          • Assignee:
            Unassigned
            Reporter:
            Michael Thiem
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: