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