mirror of
https://github.com/PitPik/colorPicker.git
synced 2025-07-23 09:54:30 -06:00
cursor support IE11
This commit is contained in:
parent
e47b029327
commit
da9f7f308a
@ -324,7 +324,7 @@
|
|||||||
replace(/§/g, prefix).
|
replace(/§/g, prefix).
|
||||||
replace('_bgs.png', doesBAS64 ? urlData + _data._bgsPng : _options.imagePath + '_bgs.png').
|
replace('_bgs.png', doesBAS64 ? urlData + _data._bgsPng : _options.imagePath + '_bgs.png').
|
||||||
replace('_icons.png', doesBAS64 ? urlData + _data._iconsPng : _options.imagePath + '_icons.png').
|
replace('_icons.png', doesBAS64 ? urlData + _data._iconsPng : _options.imagePath + '_icons.png').
|
||||||
replace('_blank.png', doesBAS64 ? urlData + _data._blankPng : _options.imagePath + '_blank.cur').
|
replace('_blank.png', !_isIE && !doesBAS64 ? urlData + _data._blankPng : _options.imagePath + '_blank.cur').
|
||||||
replace('"Courier New",', doesBAS64 ? '' : '"Courier New",').
|
replace('"Courier New",', doesBAS64 ? '' : '"Courier New",').
|
||||||
replace(/opacity:(\d*\.*(\d+))/g, function($1, $2){
|
replace(/opacity:(\d*\.*(\d+))/g, function($1, $2){
|
||||||
return !_doesOpacity ? '-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=' +
|
return !_doesOpacity ? '-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=' +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user