diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-25 11:19:59 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-25 11:19:59 +0000 |
commit | 371ab070a466e2d60ca32105a4506e350160152e (patch) | |
tree | a35657b9052bb7e8b3ece30c8502b01bc46af0c1 /WebContent/VAADIN/themes/reindeer/common/common.css | |
parent | 0f3e18635c4525538cfebc7dd8ef448be8a2f4c6 (diff) | |
download | vaadin-framework-371ab070a466e2d60ca32105a4506e350160152e.tar.gz vaadin-framework-371ab070a466e2d60ca32105a4506e350160152e.zip |
Black window style for Reindeer theme.
Multiple other fixes to Reindeer theme. Some fixes to base and Runo themes involving window styles.
svn changeset:7988/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/common/common.css')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/common/common.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/common/common.css b/WebContent/VAADIN/themes/reindeer/common/common.css index f7e63cd7a0..5ea77f98dc 100644 --- a/WebContent/VAADIN/themes/reindeer/common/common.css +++ b/WebContent/VAADIN/themes/reindeer/common/common.css @@ -51,6 +51,13 @@ .v-Notification { font-family: Helvetica, Arial, "Lucida Grande", Geneva, Tahoma, Verdana, sans-serif; } +/* Fonts on black background */ +.v-app .black, +.v-window-black, +.v-popupview-popup .black { + color: #c9ccce; + text-shadow: #000 0 0 1px; +} .v-errorindicator { width: 13px; height: 16px; |