]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed Form caption color over black background (Reindeer)
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 19 May 2011 13:09:15 +0000 (13:09 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 19 May 2011 13:09:15 +0000 (13:09 +0000)
svn changeset:18931/svn branch:6.6

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

index 8e0bb28a8b89c63c47eaeeff07bf41fe1c0a023a..a5d465a91f51c580ad1bad9698d12990537261ed 100644 (file)
@@ -61,4 +61,7 @@
        padding: 0 5px;
        font-weight: bold;
        color: #222;
+}
+.black .v-form legend {
+       color: #e3e6e8;
 }
\ No newline at end of file