This commit is contained in:
barisusakli
2014-06-13 18:27:03 -04:00
parent 9d4f1e18e1
commit 42d03cc491
5 changed files with 86 additions and 73 deletions

View File

@@ -16,6 +16,9 @@ var admin = {};
if (typeof callback === 'function') {
callback(hsb, hex);
}
},
onShow: function(colpkr) {
$(colpkr).css('z-index', 1051);
}
});
});