From: Jouni Koivuviita Date: Mon, 25 May 2009 17:46:34 +0000 (+0000) Subject: Small fix to Reindeer theme black styles. X-Git-Tag: 6.7.0.beta1~2776 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cbc6852517bf50339a12e561bd7eb768794fb87d;p=vaadin-framework.git Small fix to Reindeer theme black styles. svn changeset:8000/svn branch:6.0 --- diff --git a/WebContent/VAADIN/themes/reindeer/common/common.css b/WebContent/VAADIN/themes/reindeer/common/common.css index 5ea77f98dc..e4b8ad78e0 100644 --- a/WebContent/VAADIN/themes/reindeer/common/common.css +++ b/WebContent/VAADIN/themes/reindeer/common/common.css @@ -54,6 +54,7 @@ /* Fonts on black background */ .v-app .black, .v-window-black, +.v-window .black, .v-popupview-popup .black { color: #c9ccce; text-shadow: #000 0 0 1px; diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index 7873f1e58b..d97798338d 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/styles.css @@ -2213,6 +2213,7 @@ div > .v-button.v-button-link.v-disabled .v-button-caption, /* Fonts on black background */ .v-app .black, .v-window-black, +.v-window .black, .v-popupview-popup .black { color: #c9ccce; text-shadow: #000 0 0 1px;