Skip to content

Commit 10c87c3

Browse files
committed
Added missing css file for jscolor
1 parent 0941b40 commit 10c87c3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.jscolor .saturation .pad {
2+
background: url('hs.png') no-repeat;
3+
}
4+
5+
.jscolor .value .pad {
6+
background: url('hv.png') no-repeat;
7+
}
8+
9+
.jscolor .cross {
10+
background: url('cross.gif') no-repeat;
11+
}
12+
13+
.jscolor .arrow {
14+
background: url('arrow.gif') no-repeat;
15+
}

0 commit comments

Comments
 (0)