added farbtastic color wheel

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@16 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Pavol Rusnak
2009-06-02 12:52:44 +00:00
parent 4b45e56dda
commit 3f7f4165bf
10 changed files with 480 additions and 6 deletions

View File

@@ -53,3 +53,19 @@
width: 16px;
border: 4px solid #E8E8E4;
}
#color_pick {
position: absolute;
display: none;
background: white;
border: 1px solid #808080;
padding: 5px;
}
#color_pick_text, #color_pick_ok {
border: 1px solid #808080;
width: 90px;
height: 20px;
float: left;
margin: 5px;
}