Fixes orders.
This commit is contained in:
parent
8f7e21b918
commit
16de9124fe
8 changed files with 78 additions and 106 deletions
|
|
@ -109,7 +109,6 @@ function highlightRow(checkbox) {
|
|||
} else {
|
||||
row.removeClass('selected');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Use with auto_complete to set a unique id,
|
||||
|
|
|
|||
|
|
@ -69,6 +69,10 @@ table {
|
|||
td.odd {
|
||||
background-color: @tableBackgroundAccent;
|
||||
}
|
||||
|
||||
tr.selected td {
|
||||
background-color: @successBackground;
|
||||
}
|
||||
}
|
||||
|
||||
// Tasks ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue