6.0.0 - rowsPerPageOptions - bad style

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
jrupik
Posts: 14
Joined: 22 May 2017, 12:24
Location: Warsaw, Poland

10 Jul 2018, 13:09

Hi,
List control for "rowsPerPageOptions" badly styled - always white box with white text on it (drop down is displayed correctly)
Could you publish a fix for it?
Regards,
Joachim Rupik

merve7
Posts: 861
Joined: 12 Sep 2017, 10:44

13 Jul 2018, 13:29

We fixed for next release but you can add the below code in your stylesheet until release next version.

Code: Select all

body{
    .ui-paginator {
        .ui-dropdown {
            background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, #ffffff, #ffffff);

            .ui-dropdown-trigger {
                .pi{
                    color: #ffffff;
                }
            }

            .ui-dropdown-label {
                background: none;

            }
        }
    }
}

Post Reply

Return to “Ultima - PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 3 guests