diff --git a/index.html b/index.html index ced0e23..1e1b1a8 100644 --- a/index.html +++ b/index.html @@ -53,9 +53,12 @@ padding: 10px; min-width: 1000px; } - + .work-area { + touch-action: none; /* swipe and scroll with touch - none */ + user-select: none; + } .paint-canvas { - background-color: #808080; + background-color: #ffffff; margin: 5px 15px 0 10px; cursor: cell; position: relative; @@ -68,6 +71,14 @@ cursor: pointer; } + .alpha-canvas { + margin: 5px 15px 0 10px; + cursor: pointer; + position: relative; + height: 30px; + width: 480px; + } + .layer-canvas { margin: 5px 15px 0 10px; cursor: pointer; @@ -178,10 +189,10 @@
-

Kirsti's Kwilt

+

Kwilt - transparent colors in layers

-
+
@@ -195,13 +206,13 @@

Kirsti's Kwilt

-