From bf7a7040a893f1fe634864354006567c28a8cad2 Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Mon, 8 Feb 2010 18:06:18 +0000 Subject: [PATCH] Experimenting with a gradient in the workarea git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1356 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svg-editor.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/editor/svg-editor.css b/editor/svg-editor.css index d961e53a..a9080ac1 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -37,6 +37,12 @@ height: 480px; -apple-dashboard-region:dashboard-region(control rectangle 0px 0px 0px 0px); /* for widget regions that shouldn't react to dragging */ position: relative; + /* + A subtle gradient effect in the canvas. + Just experimenting - not sure if this is worth it. + */ + background: -moz-radial-gradient(45deg,#bbb,#222); + background: -webkit-gradient(radial, center center, 3, center center, 1000, from(#bbb), to(#222)); } #svg_editor div#palette_holder {