Moved farbtastic's stylesheet to use relative paths for its own images
This commit is contained in:
parent
940fc463c8
commit
f92a9dad8c
|
@ -16,17 +16,17 @@
|
||||||
height: 101px;
|
height: 101px;
|
||||||
}
|
}
|
||||||
.farbtastic .wheel {
|
.farbtastic .wheel {
|
||||||
background: url(../../../js/farbtastic/wheel.png) no-repeat;
|
background: url(wheel.png) no-repeat;
|
||||||
width: 195px;
|
width: 195px;
|
||||||
height: 195px;
|
height: 195px;
|
||||||
}
|
}
|
||||||
.farbtastic .overlay {
|
.farbtastic .overlay {
|
||||||
background: url(../../../js/farbtastic/mask.png) no-repeat;
|
background: url(mask.png) no-repeat;
|
||||||
}
|
}
|
||||||
.farbtastic .marker {
|
.farbtastic .marker {
|
||||||
width: 17px;
|
width: 17px;
|
||||||
height: 17px;
|
height: 17px;
|
||||||
margin: -8px 0 0 -8px;
|
margin: -8px 0 0 -8px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: url(../../../js/farbtastic/marker.png) no-repeat;
|
background: url(marker.png) no-repeat;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user