From: Marc Englund Date: Tue, 27 Nov 2007 09:48:11 +0000 (+0000) Subject: improved(?) color X-Git-Tag: 6.7.0.beta1~5427 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a60bff0e57383b9d8e7bc560de49612df61ba683;p=vaadin-framework.git improved(?) color svn changeset:2998/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/terminal/gwt/public/default/window/notification.css b/src/com/itmill/toolkit/terminal/gwt/public/default/window/notification.css index 5aeeae8ffa..5d2fe94aa8 100644 --- a/src/com/itmill/toolkit/terminal/gwt/public/default/window/notification.css +++ b/src/com/itmill/toolkit/terminal/gwt/public/default/window/notification.css @@ -2,8 +2,8 @@ .i-Notification { font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; background-color: #ffffff; - color: #cccccc; - border: 10px solid #cccccc; + color: #999999; + border: 10px solid #999999; padding: 0.2em; cursor: pointer; -moz-border-radius: 3px; @@ -41,7 +41,6 @@ border-radius: 10px; } .i-Notification.tray { - color: #000000; border-width: 1px; border-bottom: none; -moz-border-bottom-right-radius: 0px;