-
Notifications
You must be signed in to change notification settings - Fork 141
/
jscut.css
74 lines (62 loc) · 1.01 KB
/
jscut.css
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
body > .container {
padding: 60px 15px 0;
}
.container .text-muted {
margin: 20px 0;
}
#footer > .container {
padding-right: 15px;
padding-left: 15px;
}
code {
font-size: 80%;
}
.left-column {
padding-left: 6px;
}
.right-column {
padding-right: 6px;
}
.table > tbody > tr > td {
border-top: none;
padding: 2px;
}
.table > tbody > tr > td > input[type="number"], .number {
width: 60px;
}
.selectedPath {
stroke:none;
fill:#0080ff;
}
.combinedGeometry {
stroke: none;
fill: #000000;
}
.tabsGeometry {
stroke: none;
fill: #ff0000;
}
.toolPath {
stroke: #ffff00;
fill: none;
}
.choose-file {
position: relative;
overflow: hidden;
display: inline-block;
}
.choose-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 999px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}