Scrollable TurboTable has a color mismatch in Ultima

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
paulswan
Posts: 94
Joined: 27 Apr 2017, 08:19

07 Feb 2018, 05:35

If you make the new TurboTable scrollable the header text is inheriting color from ui-widget-header. This is a problem because the background-color comes from ui-table-thead and they are both white.

Code: Select all

        .ui-table-thead > tr > th,
        .ui-table-tfoot > tr > td {
          font-weight: 400;
          background-color: #ffffff;
          border: 1px solid $dividerLightColor;
        }

Code: Select all

    .ui-widget-header {
        background-color: $primaryColor;
        color: #ffffff;
        font-size: $headerFontSize;
        border: 1px solid $primaryColor;
        
        .fa {
            color: #ffffff;
        }
    }
Please fix ASAP as most of our tables are scrollable.

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

09 Feb 2018, 15:38

We will review and if so, we will fix

cinnest
Posts: 3
Joined: 29 Sep 2017, 17:00

12 Feb 2018, 15:57

Same problem here.

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

20 Feb 2018, 13:46

Sorry for this delay. We fixed this problem for next release.

Post Reply

Return to “Ultima - PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 5 guests