diff options
Diffstat (limited to 'WebContent/VAADIN')
-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; } |