-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathzwoosh.styl
49 lines (42 loc) · 915 Bytes
/
zwoosh.styl
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
42
43
44
45
46
47
48
49
.zw-inner
box-sizing content-box
display inline-block
transform-origin 0 0
.zw-inner:before
position absolute
content ''
pointer-events none
.zw-grab.zw-inner img
/*pointer-events none*/
user-drag none
user-select none
-moz-user-select none
-webkit-user-drag none
-webkit-user-select none
-ms-user-select none
.zw-grab.zw-inner .zw-ignore
cursor auto
.zw-grab.zw-inner
cursor grab
cursor -moz-grab
cursor -webkit-grab
cursor url(grab.cur), default
.zw-grabbing, .zw-grabbing *, .zw-grabbing .zw-grab.zw-inner
user-select none
-moz-user-select none
-webkit-user-drag none
-webkit-user-select none
-ms-user-select none
cursor grabbing
cursor -moz-grabbing
cursor -webkit-grabbing
cursor url(grabbing.cur), default
.zw-nograb .zw-inner
cursor auto !important
.zw-fakebody
height 100%
width 100%
position fixed
overflow auto
margin 0
padding 0