Change last blue color to green in table.

This commit is contained in:
2018-06-24 15:57:39 +02:00
parent 948f7b8511
commit 9d57480e6d

View File

@@ -272,6 +272,6 @@ a.pastlink:hover, a.futurelink:hover {
.row_light { background-color: #E4F5E4; }
.row_dark { background-color: #c8ecc0; }
.row_user { background-color: #ECF5C1; }
.row_group td { background-color: #12A3EB; color: #FFFFFF !important; }
.row_group td { background-color: #73d510; color: #FFFFFF !important; }
.row_result { background-color: #ADC4A9; }
.row_result td { padding: 1px 2px; }