From a5b6dcc2a932c4c8cef2bb90d3e4413ae7bc1c09 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Thu, 19 May 2011 13:09:15 +0000 Subject: [PATCH] Fixed Form caption color over black background (Reindeer) svn changeset:18931/svn branch:6.6 --- WebContent/VAADIN/themes/reindeer/formlayout/formlayout.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WebContent/VAADIN/themes/reindeer/formlayout/formlayout.css b/WebContent/VAADIN/themes/reindeer/formlayout/formlayout.css index 8e0bb28a8b..a5d465a91f 100644 --- a/WebContent/VAADIN/themes/reindeer/formlayout/formlayout.css +++ b/WebContent/VAADIN/themes/reindeer/formlayout/formlayout.css @@ -61,4 +61,7 @@ padding: 0 5px; font-weight: bold; color: #222; +} +.black .v-form legend { + color: #e3e6e8; } \ No newline at end of file -- 2.39.5