-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.css
More file actions
80 lines (65 loc) · 1.18 KB
/
index.css
File metadata and controls
80 lines (65 loc) · 1.18 KB
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
75
76
77
78
79
80
@font-face {
font-family: 'Ubuntu';
src: url('./resources/ubuntu.mono.ttf');
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
*, *::after, *::before {
-webkit-user-select: none;
-webkit-user-drag: none;
-webkit-app-region: no-drag;
cursor: default;
}
.table>tbody>tr>td,
.table>tbody>tr>th {
border-color: transparent;
border-top: none;
}
#disabled-filter-slider .slider-handle {
display: none;
}
.grey {
color: #D3D3D3;
}
.mono-text {
font-family: 'Ubuntu';
font-size: 27px;
}
input {
font-variant-numeric: tabular-nums;
}
.groupBorder {
border: #cdcdcd thin solid;
padding: 5px;
}
.leftElement {
margin-left: 16px;
}
.rightElement {
margin-right: 16px;
text-align: right;
}
.greyStart {
display: inline-block;
}
.form-select-sm {
height: 25px;
font-family: Helvetica, Arial, sans-serif;
font-size: 10pt;
}
canvas {
image-rendering: pixelated;
image-rendering: crisp-edges;
}
.wider-col {
height: 182px;
width: 89.55%;
}
.button-icon {
width: 13px;
height: 13px;
vertical-align: initial;
}