Detail record count is white on a light grey button

I have a master/detail list and selected to show detail record count. (v2023)In earlier versions this was clearly shown with numbers on the Details button, but now the detail number is white on a light grey button.Where do I set the colour of the detail count badge and the number, and why do I have to fiddle with this at all?tia/Poul

I see blue (because it is using .bg-primary), you may see the “orders” table in the demo site also.

  1. Make sure you have generated the .css files. If you customized the styles, make sure you update your styles, see Migrating to v2023 → Bootstrap 5.2.1,
  2. Press Ctrl + F5 in your browser to load the latest stylesheets,
  3. See Inspect HTML element and add your own CSS styles and find which CSS style affects the color.

Well I was using a standard style in v2021 and that converted to white badge font in v2023…A bit strange you have to make a user style to show a standard feature.But now it works.

arbei wrote:

If you customized the styles, make sure you update your styles, see > Migrating to v2023 → Bootstrap 5.2.1> .

Since v5.2 Bootstrap uses more CSS variables, some behaviors have changed.