Skip to content

Commit fcc2650

Browse files
committed
Merge pull request hojberg#9 from Munter/master
Optimized background image and adde missing css file
2 parents 2e7ca98 + 10c87c3 commit fcc2650

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

public/img/noisebg.png

-55.2 KB
Loading
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)