Demo enhencements

pull/25/head
peterd 9 years ago
parent 47f04c3ede
commit 6ba81a2958

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 46 KiB

@ -249,7 +249,8 @@ window.myColorPicker = $('input.color').colorPicker({
customBG: '#222',
margin: '5px -2px',
cssAddon: // could also be in a css file instead
'.cp-color-picker{border:1px solid #999; padding:10px; background:#eee; overflow:visible;}' +
'.cp-color-picker{border:1px solid #999; padding:10px;' +
'background:#eee; overflow:visible; border-radius:3px;}' +
'.cp-color-picker:after{content:""; display:block; ' +
'position:absolute; top:-15px; left:12px; border:8px solid #eee;' +
'border-color: transparent transparent #eee}' +
@ -265,7 +266,8 @@ window.myColorPicker = $('input.color').colorPicker({
'overflow:visible; border:1px solid #999; box-sizing:border-box;' +
'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}'
'width:14px; height:14px; margin:-5px -7px; border:1px solid #666!important;' +
'box-shadow:inset -2px -4px 3px #ccc}'
};

Loading…
Cancel
Save