forked from ionata/Gravity-Forms-Image-Select-Field
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimage-select.css
More file actions
46 lines (36 loc) · 789 Bytes
/
image-select.css
File metadata and controls
46 lines (36 loc) · 789 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
42
43
44
45
46
.gf_image_select_has_src .gf_image_select_button {
display: none;
}
.gf_image_select_crop {
display: block;
max-width: 100%;
}
.gf_image_select_has_src .gf_image_select_crop {
width: auto;
}
.gf_image_select_preview > canvas {
display: block;
max-height: 100vh;
max-width: 100%;
}
.gf_image_select_button_crop {
display: none;
}
.gf_image_select_has_src .gf_image_select_button_crop {
display: inline;
}
.gf_image_select_has_crop .gf_image_select_button_crop {
display: none;
}
.gf_image_select_button_back {
display: none;
}
.gf_image_select_has_crop .gf_image_select_button_back {
display: inline;
}
.gf_image_select_has_crop .gf_image_select_crop_wrapper {
display: none;
}
.gf_image_select_buttons {
margin-top: 10px;
}