diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-12-14 09:03:17 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-12-14 09:03:17 +0000 |
commit | efabeef7d4fa4ffc6a461393f8d1b03a81d210e2 (patch) | |
tree | 7f5d7829cc4afc187886cd4970e1b0e65d23c28b /WebContent/VAADIN/themes/reindeer/formlayout | |
parent | f25600a6201ff61afc8b895e13b631f6887b6045 (diff) | |
download | vaadin-framework-efabeef7d4fa4ffc6a461393f8d1b03a81d210e2.tar.gz vaadin-framework-efabeef7d4fa4ffc6a461393f8d1b03a81d210e2.zip |
Fixes #3843: Form caption is blue in IE
svn changeset:10273/svn branch:6.2
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/formlayout')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/formlayout/formlayout.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/formlayout/formlayout.css b/WebContent/VAADIN/themes/reindeer/formlayout/formlayout.css index 9f865c3484..8e0bb28a8b 100644 --- a/WebContent/VAADIN/themes/reindeer/formlayout/formlayout.css +++ b/WebContent/VAADIN/themes/reindeer/formlayout/formlayout.css @@ -60,4 +60,5 @@ margin: 0 0 0 20px; padding: 0 5px; font-weight: bold; + color: #222; }
\ No newline at end of file |