starting to style handles.

This commit is contained in:
Saman Bemel-Benrud
2012-12-12 20:44:05 -05:00
parent 4411a33a0c
commit c93cd4c9a3
5 changed files with 1593 additions and 191 deletions
+16 -4
View File
@@ -20,14 +20,26 @@ g.marker.active circle {
}
/* interactive elements */
image.handle {
circle.handle {
cursor: move;
fill:white;
stroke:#333;
fill-opacity:1;
stroke-width:2;
stroke-opacity: 1;
}
circle.handle.hover {
}
circle.handle.active {
fill: #6bc641;
}
circle.accuracy-handle {
fill:#DF2D2D;
stroke:#DF2D2D;
fill-opacity:0.2;
fill:#aaa;
stroke:#333;
fill-opacity:1;
stroke-width:1;
}