From cbc6852517bf50339a12e561bd7eb768794fb87d Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Mon, 25 May 2009 17:46:34 +0000 Subject: [PATCH] Small fix to Reindeer theme black styles. svn changeset:8000/svn branch:6.0 --- WebContent/VAADIN/themes/reindeer/common/common.css | 1 + WebContent/VAADIN/themes/reindeer/styles.css | 1 + 2 files changed, 2 insertions(+) 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; -- 2.39.5