From 66dceff9f28984560d477376c58f7d0d62e91a1e Mon Sep 17 00:00:00 2001 From: Julian Date: Sun, 20 May 2018 16:18:38 +0200 Subject: [PATCH] change color to green --- styles/prosilver/theme/football.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/styles/prosilver/theme/football.css b/styles/prosilver/theme/football.css index 272875d..6b3043b 100644 --- a/styles/prosilver/theme/football.css +++ b/styles/prosilver/theme/football.css @@ -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; }