From 0a87025ad4e0580113902e44ff4396a1e1e68abc Mon Sep 17 00:00:00 2001 From: Rsl1122 Date: Mon, 30 Oct 2017 12:22:51 +0200 Subject: [PATCH] Fixes White text issue on tables #383 --- Plan/src/main/resources/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Plan/src/main/resources/main.css b/Plan/src/main/resources/main.css index a21934652..c5998048c 100644 --- a/Plan/src/main/resources/main.css +++ b/Plan/src/main/resources/main.css @@ -219,7 +219,9 @@ th.text { } tr:nth-child(even) {background: #e2e2e2} tr:nth-child(odd) {background: #eee} - +tr { + color: #000; +} .main-limiter { width: 100%;