mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
highlight new rows by making them green
This commit is contained in:
parent
4d13718d87
commit
e80cf6fc76
1 changed files with 5 additions and 0 deletions
|
@ -84,3 +84,8 @@ td.buttons .glyphicon {
|
|||
text-align: center;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
tr.new-row {
|
||||
color: #3c763d;
|
||||
background-color: #dff0d8;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue