mirror of
https://github.com/PitPik/tinyColorPicker
synced 2025-07-15 22:14:28 -06:00
position without margin
This commit is contained in:
parent
045244c5a4
commit
fc12f1d684
@ -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
2
jqColorPicker.min.js
vendored
2
jqColorPicker.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user