diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-26 11:30:54 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-26 11:30:54 +0000 |
commit | f18e8791ce04d16d8f4c67bdd2401dc838d5943d (patch) | |
tree | 282220bd699ece29995fac1b9b897583abd4d319 /WebContent/VAADIN/themes/reindeer/common/common.css | |
parent | 0e405975a56239082cf6f2f7e3c7b205e650327c (diff) | |
download | vaadin-framework-f18e8791ce04d16d8f4c67bdd2401dc838d5943d.tar.gz vaadin-framework-f18e8791ce04d16d8f4c67bdd2401dc838d5943d.zip |
Menubar styles for Reindeer theme.
svn changeset:8018/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/common/common.css')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/common/common.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/common/common.css b/WebContent/VAADIN/themes/reindeer/common/common.css index e4b8ad78e0..ec78aa056e 100644 --- a/WebContent/VAADIN/themes/reindeer/common/common.css +++ b/WebContent/VAADIN/themes/reindeer/common/common.css @@ -22,7 +22,8 @@ .v-filterselect-suggestpopup, .v-datefield-popup, .v-contextmenu, -.v-Notification { +.v-Notification, +.v-menubar-submenu { font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif; font-size: 12px; line-height: normal; @@ -48,7 +49,8 @@ .v-sa .v-filterselect-suggestpopup, .v-sa .v-datefield-popup, .v-sa .v-contextmenu, -.v-Notification { +.v-Notification, +.v-menubar-submenu { font-family: Helvetica, Arial, "Lucida Grande", Geneva, Tahoma, Verdana, sans-serif; } /* Fonts on black background */ |