From 720ee8097614a9485d74dd0cc462d0c2d0297cec Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Mon, 29 Oct 2012 17:10:21 +0200 Subject: Overlay container #9220 Change-Id: Iea5b44fc0c48ec1161890d9e084847266ce0d3d2 --- .../VAADIN/themes/chameleon/components/notification/notification.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WebContent/VAADIN/themes/chameleon/components') diff --git a/WebContent/VAADIN/themes/chameleon/components/notification/notification.scss b/WebContent/VAADIN/themes/chameleon/components/notification/notification.scss index 9036c5c2d6..020c29ed09 100644 --- a/WebContent/VAADIN/themes/chameleon/components/notification/notification.scss +++ b/WebContent/VAADIN/themes/chameleon/components/notification/notification.scss @@ -4,7 +4,7 @@ div.v-Notification { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; - font-size: 100%; + font-size: 16px; -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.7); -moz-box-shadow: 0 2px 5px rgba(0,0,0,.7); box-shadow: 0 2px 5px rgba(0,0,0,.7); -- cgit v1.2.3