From efabeef7d4fa4ffc6a461393f8d1b03a81d210e2 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Mon, 14 Dec 2009 09:03:17 +0000 Subject: [PATCH] Fixes #3843: Form caption is blue in IE svn changeset:10273/svn branch:6.2 --- WebContent/VAADIN/themes/reindeer/formlayout/formlayout.css | 1 + WebContent/VAADIN/themes/reindeer/styles.css | 1 + WebContent/VAADIN/themes/runo/formlayout/formlayout.css | 1 + WebContent/VAADIN/themes/runo/styles.css | 1 + 4 files changed, 4 insertions(+) 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 diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index 7822f9be80..1afb6d2068 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/styles.css @@ -2954,6 +2954,7 @@ td.v-datefield-calendarpanel-nextyear { margin: 0 0 0 20px; padding: 0 5px; font-weight: bold; + color: #222; } .v-label { diff --git a/WebContent/VAADIN/themes/runo/formlayout/formlayout.css b/WebContent/VAADIN/themes/runo/formlayout/formlayout.css index e2fde59fe2..fa4a7bde63 100644 --- a/WebContent/VAADIN/themes/runo/formlayout/formlayout.css +++ b/WebContent/VAADIN/themes/runo/formlayout/formlayout.css @@ -53,4 +53,5 @@ margin: 0; padding: 0 4px 0.3em 4px; font-weight: bold; + color: #464f52; } \ No newline at end of file diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css index 2104e3bb00..2883bea93f 100644 --- a/WebContent/VAADIN/themes/runo/styles.css +++ b/WebContent/VAADIN/themes/runo/styles.css @@ -2201,6 +2201,7 @@ div.v-tree-node-leaf { margin: 0; padding: 0 4px 0.3em 4px; font-weight: bold; + color: #464f52; } .v-gridlayout-margin-top { -- 2.39.5