diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-04-29 13:22:53 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-04-29 13:22:53 +0000 |
commit | 217580bb8afc6068eba951429defb66b4cdcab2f (patch) | |
tree | f35526e300ee6a67845228354efbcc2a35f7e96f /WebContent/ITMILL/themes/default/notification/notification.css | |
parent | cd4c6d8ed95bb26672363d2e008464961935166b (diff) | |
parent | 8b0cf2389f1152f50cb38832f0b1d84b9e5cdbe4 (diff) | |
download | vaadin-framework-217580bb8afc6068eba951429defb66b4cdcab2f.tar.gz vaadin-framework-217580bb8afc6068eba951429defb66b4cdcab2f.zip |
Major theme refactoring:
-Base theme now completed.
-Default theme is now inherited from the Base theme, all redundant (but mandatory) style properties have been moved to the Base theme.
----
Includes major merges from 6.0 branch as well.
svn changeset:7572/svn branch:theme_2009_03
Diffstat (limited to 'WebContent/ITMILL/themes/default/notification/notification.css')
-rw-r--r-- | WebContent/ITMILL/themes/default/notification/notification.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/WebContent/ITMILL/themes/default/notification/notification.css b/WebContent/ITMILL/themes/default/notification/notification.css index 6ec5e7fc4b..1f8736391a 100644 --- a/WebContent/ITMILL/themes/default/notification/notification.css +++ b/WebContent/ITMILL/themes/default/notification/notification.css @@ -1,4 +1,3 @@ - .i-Notification { font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; background-color: #818e92; @@ -21,7 +20,6 @@ white-space: nowrap; margin: 0 10px 0 0; } - .i-Notification.warning { background: #fff1e4; color: #dd3400; @@ -31,7 +29,6 @@ border-radius: 5px; opacity: 1; } - .i-Notification.error { background: #f23d00 url(img/close-error.png) no-repeat right 5px; padding-right: 30px; @@ -40,8 +37,6 @@ -webkit-border-radius: 6px; border-radius: 6px; } - - .i-Notification.tray { background: #575e60; padding: 0.5em; @@ -66,7 +61,6 @@ margin: 8px 10px 5px 10px; color: #e4e7ea; }
-
.i-Notification.system {
background-color: #ff0a0a;
opacity: 0.7;
@@ -78,4 +72,4 @@ }
.i-Notification.system p {
white-space: nowrap;
-} +}
\ No newline at end of file |