Add 'gridcore' jQuery plugin, for core behavior

also add 'selected' status for checkbox grids, etc.
This commit is contained in:
Lance Edgar 2018-02-09 15:17:29 -06:00
parent a3b2fbadb7
commit e2bfb31cb2
8 changed files with 127 additions and 102 deletions

View file

@ -240,6 +240,23 @@
text-align: center;
}
.grid tr:not(.header).selected.odd {
background-color: #507aaa;
}
.grid tr:not(.header).selected.even {
background-color: #628db6;
}
.grid tr:not(.header).selected.hovering {
background-color: #3e5b76;
color: white;
}
.grid tr:not(.header).selected a {
color: #cccccc;
}
/******************************
* main actions