mirror of
https://github.com/PitPik/tinyColorPicker
synced 2025-07-04 08:34:29 -06:00
demo fix
This commit is contained in:
parent
4c04b30b0e
commit
85c232f79d
@ -556,7 +556,7 @@ window.myColorPicker = $('input.color').colorPicker({
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
plugin.dev_skinned_hh = $.extend(plugin.dev_skinned,
|
plugin.dev_skinned_hh = $.extend({}, plugin.dev_skinned,
|
||||||
{cssAddon: plugin.dev_skinned.cssAddon +
|
{cssAddon: plugin.dev_skinned.cssAddon +
|
||||||
'.cp-xy-slider{height:100px}' +
|
'.cp-xy-slider{height:100px}' +
|
||||||
'.cp-z-slider{height:100px}'});
|
'.cp-z-slider{height:100px}'});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user