diff options
author | Marc Englund <marc@vaadin.com> | 2012-10-29 17:10:21 +0200 |
---|---|---|
committer | Marc Englund <marc@vaadin.com> | 2012-10-30 15:45:25 +0200 |
commit | 720ee8097614a9485d74dd0cc462d0c2d0297cec (patch) | |
tree | 80e12707afb4b8f347eb980397f2a5fd954f2428 /WebContent | |
parent | 9e50aa521be1cc131becff5661b9b04a3c148f3d (diff) | |
download | vaadin-framework-720ee8097614a9485d74dd0cc462d0c2d0297cec.tar.gz vaadin-framework-720ee8097614a9485d74dd0cc462d0c2d0297cec.zip |
Overlay container #9220
Change-Id: Iea5b44fc0c48ec1161890d9e084847266ce0d3d2
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/components/notification/notification.scss | 2 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/notification/notification.scss | 2 |
2 files changed, 2 insertions, 2 deletions
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); diff --git a/WebContent/VAADIN/themes/reindeer/notification/notification.scss b/WebContent/VAADIN/themes/reindeer/notification/notification.scss index 464faa8aab..aafff47e96 100644 --- a/WebContent/VAADIN/themes/reindeer/notification/notification.scss +++ b/WebContent/VAADIN/themes/reindeer/notification/notification.scss @@ -5,7 +5,7 @@ border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; - font-size: 100%; + font-size: 16px; background: #c8ccd0; font-weight: bold; } |