-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcw-style.css
More file actions
41 lines (37 loc) · 750 Bytes
/
cw-style.css
File metadata and controls
41 lines (37 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.cw-colorwheel {
position: relative;
width: 200px;
height: 200px;
cursor: crosshair;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
-ms-user-select: none
}
.cw-colorwheel .cw-h {
width: 200px;
height: 200px;
background: url(cw-sprites.png) no-repeat 0 0;
}
.cw-colorwheel .cw-sl {
position: absolute;
top: 50px;
left: 50px;
width: 100px;
height: 100px;
background: white url(cw-sprites.png) no-repeat 0 -200px;
box-shadow: 0 0 0 rgba(0,0,0,0);
}
.cw-colorwheel .cw-marker {
position: absolute;
width: 16px;
height: 16px;
margin: -7px 0 0 -7px;
background: url(cw-sprites.png) no-repeat 0 -300px;
}
.cw-colorwheel .cw-swatch {
position: absolute;
width: 8px;
height: 8px;
margin: -4px 0 0 -4px;
}