2
0
mirror of https://github.com/PitPik/tinyColorPicker synced 2025-07-15 22:14:28 -06:00

position without margin

This commit is contained in:
peterd 2015-02-08 16:44:13 +01:00
parent 045244c5a4
commit fc12f1d684
3 changed files with 4 additions and 4 deletions

View File

@ -75,7 +75,7 @@
(_$UI || build()).css({
'left': position.left, // check for space...
'top': position.top + $this.outerHeight(true)
'top': position.top + $this.outerHeight()
}).show(_options.animationSpeed, function() {
_$alpha._width = _$alpha.width();
_$xy_slider._width = _$xy_slider.width();
@ -192,7 +192,7 @@
_$z_cursor.css({
transform: t3d + '(0, ' + h + 'px, 0)',
top: !_GPU ? h : '',
borderColor : 'transparent ' + HUEContrast,
borderColor : 'transparent ' + HUEContrast
});
_$alpha.css({backgroundColor: 'rgb(' + RGBInnerText + ')'});
_$alpha_cursor.css({

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long