fixed palette picker in safari
parent
8d2908cca2
commit
d78970e94f
|
@ -280,7 +280,7 @@ html, body {
|
|||
z-index: 2;
|
||||
left: 10px;
|
||||
bottom: 5px;
|
||||
width: 400px;
|
||||
width: 410px;
|
||||
right: 145px;
|
||||
height: 30px;
|
||||
}
|
||||
|
|
|
@ -130,7 +130,7 @@ html,body{overflow:hidden;width:100%;height:100%}
|
|||
#ruler_x canvas{float:left}
|
||||
#ruler_y canvas{margin-top:-16px}
|
||||
#ruler_x>div,#ruler_y>div{overflow:hidden}
|
||||
#palette{display:block;position:absolute;z-index:2;left:10px;bottom:5px;width:400px;right:145px;height:30px}
|
||||
#palette{display:block;position:absolute;z-index:2;left:10px;bottom:5px;width:410px;right:145px;height:30px}
|
||||
.palette_item{height:20%;width:5.4%;float:left;cursor:url(images/eyedropper.png) 0 16,crosshair}
|
||||
.palette_item.transparent,.palette_item.white,.palette_item.black{background:#fff;position:absolute;width:10px;height:10px;left:-10px;top:0}
|
||||
.palette_item.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAVdEVYdENyZWF0aW9uIFRpbWUAOC8yMi8xMg1cp6sAAABESURBVBiVjdBBCgAgCETRr/e/87SJKFPLnfIcQRMIwMBIShIAvgZzoSrfkzrs8WyF1+kX9r3p8AE7nL7kSpSshN+JEQ8GixkF0mSevgAAAABJRU5ErkJggg==)}
|
||||
|
|
|
@ -862,7 +862,7 @@ html, body {
|
|||
z-index: 2;
|
||||
left: 10px;
|
||||
bottom: 5px;
|
||||
width: 400px;
|
||||
width: 410px;
|
||||
right: 145px;
|
||||
height: 30px;
|
||||
}
|
||||
|
|
|
@ -280,7 +280,7 @@ html, body {
|
|||
z-index: 2;
|
||||
left: 10px;
|
||||
bottom: 5px;
|
||||
width: 400px;
|
||||
width: 410px;
|
||||
right: 145px;
|
||||
height: 30px;
|
||||
}
|
||||
|
|
|
@ -130,7 +130,7 @@ html,body{overflow:hidden;width:100%;height:100%}
|
|||
#ruler_x canvas{float:left}
|
||||
#ruler_y canvas{margin-top:-16px}
|
||||
#ruler_x>div,#ruler_y>div{overflow:hidden}
|
||||
#palette{display:block;position:absolute;z-index:2;left:10px;bottom:5px;width:400px;right:145px;height:30px}
|
||||
#palette{display:block;position:absolute;z-index:2;left:10px;bottom:5px;width:410px;right:145px;height:30px}
|
||||
.palette_item{height:20%;width:5.4%;float:left;cursor:url(images/eyedropper.png) 0 16,crosshair}
|
||||
.palette_item.transparent,.palette_item.white,.palette_item.black{background:#fff;position:absolute;width:10px;height:10px;left:-10px;top:0}
|
||||
.palette_item.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAVdEVYdENyZWF0aW9uIFRpbWUAOC8yMi8xMg1cp6sAAABESURBVBiVjdBBCgAgCETRr/e/87SJKFPLnfIcQRMIwMBIShIAvgZzoSrfkzrs8WyF1+kX9r3p8AE7nL7kSpSshN+JEQ8GixkF0mSevgAAAABJRU5ErkJggg==)}
|
||||
|
|
|
@ -862,7 +862,7 @@ html, body {
|
|||
z-index: 2;
|
||||
left: 10px;
|
||||
bottom: 5px;
|
||||
width: 400px;
|
||||
width: 410px;
|
||||
right: 145px;
|
||||
height: 30px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue