From 2f8e7a1cc8a65714bb94b792c97256c5127a181d Mon Sep 17 00:00:00 2001 From: Marco Jakobs Date: Mon, 9 Dec 2019 09:26:48 +0800 Subject: [PATCH] Fix for invisible texts A number of texts are not visible as they do have the same color as the background (i.e. all table information in "account information". This fixes the visibility. --- .../webapp/public/resources/themes/water/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/webapp/src/main/webapp/public/resources/themes/water/style.css b/webapp/src/main/webapp/public/resources/themes/water/style.css index 73504a9bf..5c9a438e0 100644 --- a/webapp/src/main/webapp/public/resources/themes/water/style.css +++ b/webapp/src/main/webapp/public/resources/themes/water/style.css @@ -112,6 +112,7 @@ table { table td { border: 2px solid #003333; padding-left: 5px; + color: black; } table td.title { @@ -127,6 +128,15 @@ table td.key { font-weight: bold; padding-right: 10px; width: 200px; + color: black; +} + +table td.ng-binding { + color: white; +} + +table td.noborder { + color: white; } #randomPasswordDialog_underlay {