Fixes orders.

This commit is contained in:
benni 2012-10-30 00:20:47 +01:00
parent 8f7e21b918
commit 16de9124fe
8 changed files with 78 additions and 106 deletions

View file

@ -109,7 +109,6 @@ function highlightRow(checkbox) {
} else {
row.removeClass('selected');
}
}
// Use with auto_complete to set a unique id,

View file

@ -69,6 +69,10 @@ table {
td.odd {
background-color: @tableBackgroundAccent;
}
tr.selected td {
background-color: @successBackground;
}
}
// Tasks ..