cleek 2.3.43 → 2.3.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
.cursor-auto
|
|
2
|
+
cursor auto
|
|
3
|
+
.cursor-default
|
|
4
|
+
cursor default
|
|
5
|
+
.cursor-pointer
|
|
6
|
+
cursor pointer
|
|
7
|
+
.cursor-wait
|
|
8
|
+
cursor wait
|
|
9
|
+
.cursor-text
|
|
10
|
+
cursor text
|
|
11
|
+
.cursor-move
|
|
12
|
+
cursor move
|
|
13
|
+
.cursor-help
|
|
14
|
+
cursor help
|
|
15
|
+
.cursor-not-allowed
|
|
16
|
+
cursor not-allowed
|
|
17
|
+
.cursor-none
|
|
18
|
+
cursor none;
|
|
19
|
+
.cursor-context-menu
|
|
20
|
+
cursor context-menu
|
|
21
|
+
.cursor-progress
|
|
22
|
+
cursor progress
|
|
23
|
+
.cursor-cell
|
|
24
|
+
cursor cell
|
|
25
|
+
.cursor-crosshair
|
|
26
|
+
cursor crosshair
|
|
27
|
+
.cursor-vertical-text
|
|
28
|
+
cursor vertical-text
|
|
29
|
+
.cursor-alias
|
|
30
|
+
cursor alias
|
|
31
|
+
.cursor-copy
|
|
32
|
+
cursor copy
|
|
33
|
+
.cursor-no-drop
|
|
34
|
+
cursor no-drop
|
|
35
|
+
.cursor-grab
|
|
36
|
+
cursor grab
|
|
37
|
+
.cursor-grabbing
|
|
38
|
+
cursor grabbing
|
|
39
|
+
.cursor-all-scroll
|
|
40
|
+
cursor all-scroll
|
|
41
|
+
.cursor-col-resize
|
|
42
|
+
cursor col-resize
|
|
43
|
+
.cursor-row-resize
|
|
44
|
+
cursor row-resize
|
|
45
|
+
.cursor-n-resize
|
|
46
|
+
cursor n-resize
|
|
47
|
+
.cursor-e-resize
|
|
48
|
+
cursor e-resize
|
|
49
|
+
.cursor-s-resize
|
|
50
|
+
cursor s-resize
|
|
51
|
+
.cursor-w-resize
|
|
52
|
+
cursor w-resize
|
|
53
|
+
.cursor-ne-resize
|
|
54
|
+
cursor ne-resize
|
|
55
|
+
.cursor-nw-resize
|
|
56
|
+
cursor nw-resize
|
|
57
|
+
.cursor-se-resize
|
|
58
|
+
cursor se-resize
|
|
59
|
+
.cursor-sw-resize
|
|
60
|
+
cursor sw-resize
|
|
61
|
+
.cursor-ew-resize
|
|
62
|
+
cursor ew-resize
|
|
63
|
+
.cursor-ns-resize
|
|
64
|
+
cursor ns-resize
|
|
65
|
+
.cursor-nesw-resize
|
|
66
|
+
cursor nesw-resize
|
|
67
|
+
.cursor-nwse-resize
|
|
68
|
+
cursor nwse-resize
|
|
69
|
+
.cursor-zoom-in
|
|
70
|
+
cursor zoom-in
|
|
71
|
+
.cursor-zoom-out
|
|
72
|
+
cursor zoom-out
|