diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2011-05-19 13:09:15 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2011-05-19 13:09:15 +0000 |
commit | a5b6dcc2a932c4c8cef2bb90d3e4413ae7bc1c09 (patch) | |
tree | 6774cc4047d43088ed036be40ce2eb80772bf116 /WebContent | |
parent | bc6b869ff40fe4379036fcb4d74ed80d39183046 (diff) | |
download | vaadin-framework-a5b6dcc2a932c4c8cef2bb90d3e4413ae7bc1c09.tar.gz vaadin-framework-a5b6dcc2a932c4c8cef2bb90d3e4413ae7bc1c09.zip |
Fixed Form caption color over black background (Reindeer)
svn changeset:18931/svn branch:6.6
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/formlayout/formlayout.css | 3 |
1 files changed, 3 insertions, 0 deletions
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 |