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/VAADIN/themes/reindeer | |
parent | 9e50aa521be1cc131becff5661b9b04a3c148f3d (diff) | |
download | vaadin-framework-720ee8097614a9485d74dd0cc462d0c2d0297cec.tar.gz vaadin-framework-720ee8097614a9485d74dd0cc462d0c2d0297cec.zip |
Overlay container #9220
Change-Id: Iea5b44fc0c48ec1161890d9e084847266ce0d3d2
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/notification/notification.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |