Low Code Application Generator in Classic ASP, with MSSQL Database, Bootstrap, Fontawesome, and jQuery. Based on the AdminLTE web template.
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
The color should be something like
rgb(237, 247, 255)
orrgb(206, 226, 242)
.Changing the background color is done using CSS style override (with
!important
directive). Search google for more info.