diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-25 17:46:34 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-25 17:46:34 +0000 |
commit | cbc6852517bf50339a12e561bd7eb768794fb87d (patch) | |
tree | b0c2b488346f993329e26504598f785de0a8d1db /WebContent/VAADIN/themes/reindeer/common | |
parent | 3e6b6f6dcf8736f106c855033c0bd2a109feac50 (diff) | |
download | vaadin-framework-cbc6852517bf50339a12e561bd7eb768794fb87d.tar.gz vaadin-framework-cbc6852517bf50339a12e561bd7eb768794fb87d.zip |
Small fix to Reindeer theme black styles.
svn changeset:8000/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/common')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/common/common.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |