mirror of
https://github.com/PitPik/tinyColorPicker
synced 2025-06-27 21:21:02 -06:00
css fix
This commit is contained in:
parent
02710f641f
commit
fdc31090e6
@ -36,9 +36,9 @@
|
|||||||
'cursor{position:absolute;margin-top:-4px;width:100%;border:4px s' +
|
'cursor{position:absolute;margin-top:-4px;width:100%;border:4px s' +
|
||||||
'olid #fff;border-color:transparent #fff;box-sizing:border-box}.c' +
|
'olid #fff;border-color:transparent #fff;box-sizing:border-box}.c' +
|
||||||
'p-alpha{clear:both;width:100%;height:16px;margin:6px 0;backgroun' +
|
'p-alpha{clear:both;width:100%;height:16px;margin:6px 0;backgroun' +
|
||||||
'd:linear-gradient(to right,#444),rgba(0,0,0,0))}.cp-alpha-cursor' +
|
'd:linear-gradient(to right,#444,rgba(0,0,0,0))}.cp-alpha-cursor{' +
|
||||||
'{position:absolute;margin-left:-4px;height:100%;border:4px solid' +
|
'position:absolute;margin-left:-4px;height:100%;border:4px solid ' +
|
||||||
' #fff;border-color:#fff transparent;box-sizing:border-box}',
|
'#fff;border-color:#fff transparent;box-sizing:border-box}',
|
||||||
|
|
||||||
ColorPicker = function(options) {
|
ColorPicker = function(options) {
|
||||||
_color = this.color = new Colors(options);
|
_color = this.color = new Colors(options);
|
||||||
|
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