mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
small IE color adjustment
This commit is contained in:
parent
37bd89ebce
commit
1cdd5ea272
|
|
@ -2974,8 +2974,8 @@ var vbar = (function () {
|
||||||
style2 = light ? 'color-mix(in oklab, ' + bg + ' 85%, #000 15%' : 'color-mix(in oklab, ' + bg + ' 85%, #fff 15%';
|
style2 = light ? 'color-mix(in oklab, ' + bg + ' 85%, #000 15%' : 'color-mix(in oklab, ' + bg + ' 85%, #fff 15%';
|
||||||
}
|
}
|
||||||
if(IE){
|
if(IE){
|
||||||
style1 = 'rgb(85, 144, 255)';
|
style1 = 'rgb(60, 126, 248)';
|
||||||
style2 = 'rgb(174, 193, 214)'
|
style2 = 'rgb(75, 78, 82)'
|
||||||
}
|
}
|
||||||
ctx.fillStyle = style2; ctx.fillRect(0, 0, w, h);
|
ctx.fillStyle = style2; ctx.fillRect(0, 0, w, h);
|
||||||
ctx.fillStyle = style1; ctx.fillRect(0, 0, w * mp.vol, h);
|
ctx.fillStyle = style1; ctx.fillRect(0, 0, w * mp.vol, h);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue