Highlight created/updated stock_article in StockArticle#index view

This commit is contained in:
Julius 2013-12-07 17:10:40 +01:00
parent 012327dd7c
commit cdb87a8389
4 changed files with 11 additions and 3 deletions

View file

@ -104,6 +104,10 @@ table {
td.odd {
background-color: @tableBackgroundAccent;
}
td.main_info {
font-weight: bold;
}
tr.selected td {
background-color: @successBackground;