]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #3843: Form caption is blue in IE
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 14 Dec 2009 09:03:17 +0000 (09:03 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 14 Dec 2009 09:03:17 +0000 (09:03 +0000)
svn changeset:10273/svn branch:6.2

WebContent/VAADIN/themes/reindeer/formlayout/formlayout.css
WebContent/VAADIN/themes/reindeer/styles.css
WebContent/VAADIN/themes/runo/formlayout/formlayout.css
WebContent/VAADIN/themes/runo/styles.css

index 9f865c3484dc0651eda803c96d1f0c42d1242339..8e0bb28a8b89c63c47eaeeff07bf41fe1c0a023a 100644 (file)
@@ -60,4 +60,5 @@
        margin: 0 0 0 20px;
        padding: 0 5px;
        font-weight: bold;
+       color: #222;
 }
\ No newline at end of file
index 7822f9be80e642cf9edeac78fd5d36bcaaeddf5b..1afb6d2068190d4839c1cd4d9427d85535847a0b 100644 (file)
@@ -2954,6 +2954,7 @@ td.v-datefield-calendarpanel-nextyear {
        margin: 0 0 0 20px;
        padding: 0 5px;
        font-weight: bold;
+       color: #222;
 }
 
 .v-label {
index e2fde59fe28fc19144b59ba14f3555d3abd051cd..fa4a7bde63f17442b438adb5bee69a2d04c53c35 100644 (file)
@@ -53,4 +53,5 @@
        margin: 0;
        padding: 0 4px 0.3em 4px;
        font-weight: bold;
+       color: #464f52;
 }
\ No newline at end of file
index 2104e3bb00c749e01f1ca408a68c815a3821ee69..2883bea93f5260bc9fe208eb70533757dc23ba81 100644 (file)
@@ -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 {