Update selected entity color to have more contrast

This commit is contained in:
Ryan Huffman 2015-02-10 09:03:48 -08:00
parent 8d65caaaef
commit 39cc6c86ae

View file

@ -134,6 +134,7 @@ table#entity-table {
}
#entity-table tr.selected {
color: rgb(43, 43, 43);
background-color: #AAA;
}