EitanBlumin / CRUDE-ASP

Low Code Application Generator in Classic ASP, with MSSQL Database, Bootstrap, Fontawesome, and jQuery. Based on the AdminLTE web template.
https://git.eitanblumin.com/CRUDE-ASP/
Mozilla Public License 2.0
24 stars 13 forks source link

Change background color of datatable selected rows #116

Closed EitanBlumin closed 5 years ago

EitanBlumin commented 5 years ago

The color should be something like rgb(237, 247, 255) or rgb(206, 226, 242) .

Changing the background color is done using CSS style override (with !important directive). Search google for more info.