DataTables / Dist-DataTables-Bootstrap5

Other
17 stars 2 forks source link

[v1.13.2] dataTables_processing background value broken #7

Closed mdupont closed 1 year ago

mdupont commented 1 year ago

See https://github.com/DataTables/Dist-DataTables-Bootstrap5/blob/1.13.2/css/dataTables.bootstrap5.css#L123

The processing indicator is not shown because the final CSS contains an invalid value for the background property in 1.13.2

  background: 13 110 253;

in 1.13.1 it was valid, with

  background: rgba(13, 110, 253, 0.9);
AllanJard commented 1 year ago

Hi - thanks for flagging this up. There are a couple of threads in the forum about it as well, such as this one. It is indeed an error and has been fixed in git, but not yet released. It will be soon!