From 47f04c3ede810203e79e58780ba40e6f98b0aee2 Mon Sep 17 00:00:00 2001 From: peterd Date: Tue, 3 Feb 2015 21:12:05 +0100 Subject: [PATCH] Demo enhencement --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d76e7c8..079f457 100644 --- a/index.html +++ b/index.html @@ -263,7 +263,7 @@ window.myColorPicker = $('input.color').colorPicker({ '.cp-z-cursor{border-width:5px; margin-top:-5px;}' + '.cp-color-picker .cp-alpha{margin:10px 0 0; height:6px;' + 'overflow:visible; border:1px solid #999; box-sizing:border-box;' + - 'background: linear-gradient(to right, rgba(238,238,238,1) 0%,rgba(0,0,0,0) 100%);}' + + 'background: linear-gradient(to right, rgba(238,238,238,1) 0%,rgba(238,238,238,0) 100%);}' + '.cp-alpha-cursor{background: #eee; border-radius: 100%;' + 'width:14px; height:14px; margin:-4px -7px; border:1px solid #666!important}' };