moved css to avoid img relative path issue after build

This commit is contained in:
jdescottes 2014-03-30 03:10:34 +02:00
parent b0ed5e4a7f
commit 0e94606f41
5 changed files with 3 additions and 4 deletions

View File

@ -127,7 +127,7 @@
cursor: pointer;
width: 24px;
height: 100%;
background: url('../../img/tools/pen.png');
background: url('../img/tools/pen.png');
display: inline-block;
background-size: 20px;
background-repeat: no-repeat;
@ -211,7 +211,7 @@
width: 120px;
height: 120px;
cursor: pointer;
/*background-image:url(../../img/tools/eyedropper.png);*/
/*background-image:url(../img/tools/eyedropper.png);*/
}
.palette-manager-color-details {

View File

@ -6,7 +6,7 @@
}
.layers-title {
background-image: url('../../img/layers.svg');
background-image: url('../img/layers.svg');
background-size: 22px;
background-repeat: no-repeat;
background-position: 97%;

View File

@ -2,7 +2,6 @@
}
.palettes-title {
background-image: url('../img/layers.svg');
background-size: 22px;
background-repeat: no-repeat;
background-position: 97%;