Add 'gridcore' jQuery plugin, for core behavior
also add 'selected' status for checkbox grids, etc.
This commit is contained in:
parent
a3b2fbadb7
commit
e2bfb31cb2
8 changed files with 127 additions and 102 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue