diff options
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 */ |