From a60bff0e57383b9d8e7bc560de49612df61ba683 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Tue, 27 Nov 2007 09:48:11 +0000 Subject: [PATCH] improved(?) color svn changeset:2998/svn branch:trunk --- .../terminal/gwt/public/default/window/notification.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; -- 2.39.5