Experimenting with a gradient in the workarea

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1356 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jeff Schiller 2010-02-08 18:06:18 +00:00
parent b25f8b6d92
commit bf7a7040a8
1 changed files with 6 additions and 0 deletions

View File

@ -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 {