change color to green

This commit is contained in:
2018-05-20 16:18:38 +02:00
parent 8b679b1286
commit 66dceff9f2

View File

@@ -14,7 +14,7 @@ ul.dropdown-contents i.icon {
}
.football-table-scroll {
overflow-x:auto;
overflow-x:visible;
overflow-y:visible;
width: 100%;
}
@@ -269,9 +269,9 @@ a.pastlink:hover, a.futurelink:hover {
}
/* Background colors where the tables iterate between two colors or mark user*/
.row_light { background-color: #e1ebf2; }
.row_dark { background-color: #cadceb; }
.row_user { background-color: #99CC99; }
.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_result { background-color: #BFC1CF; }
.row_result { background-color: #ADC4A9; }
.row_result td { padding: 1px 2px; }