CC-3333 : showbuilder track colouring

tracks coloured if boundry/over.

needs better colour selection.
This commit is contained in:
Naomi Aro 2012-02-23 22:23:21 +01:00
parent d93041edb9
commit c665a3fa03
3 changed files with 41 additions and 0 deletions

View file

@ -22,4 +22,12 @@ table.datatable tr.cursor-selected-row td, table.datatable tr.cursor-selected-ro
}
tr.cursor-selected-row .marker {
background-position: 0 -15px;
}
.sb-boundry {
background-color:#e66a31;
}
.sb-over {
background-color:#ff3030;
}