abp icon indicating copy to clipboard operation
abp copied to clipboard

Dark Blue Theme Pro Blazor Data Grid Virtualize causes white grid header

Open Jeffbrus opened this issue 3 years ago • 1 comments
trafficstars

  • 5.1
  • User Interface type Blazor
  • EF Core

The grid header is when using the Virtualize option on the grid with the commercial theme Dark Blue

Jeffbrus avatar May 04 '22 19:05 Jeffbrus

image

Jeffbrus avatar May 04 '22 19:05 Jeffbrus

That style comes from Blazorise and it assumes that background will be always white: lepton-dark-blue-error

As a workaround you can override that style in your own application until Lepton theme covers that situation:

.table-fixed-header > .table > thead:not(.table-thead-theme) > tr > th {
    background: transparent !important;
}

enisn avatar Jan 17 '23 10:01 enisn

It's fixed and will be released in the next patch version of 7.0

enisn avatar Jan 17 '23 11:01 enisn