-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsettings.css
More file actions
80 lines (66 loc) · 1.31 KB
/
settings.css
File metadata and controls
80 lines (66 loc) · 1.31 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
.flex-stretch {
flex-basis: 100%;
}
.flex-start {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
}
.flex-start > label + * {
margin-left: 7px;
}
.flex-start > input {
margin-right: 4px;
}
.mono .modal-body {
font-family: monospace;
max-height: 500px;
overflow-y: auto;
}
.underscript-dialog .bootstrap-dialog-message {
display: flex;
flex-wrap: wrap;
}
.underscript-dialog fieldset {
padding: 0.35em 0.625em 0.75em;
margin: 0 2px;
border: 1px solid silver;
}
.underscript-dialog legend {
padding: 0;
border: 0;
width: auto;
margin: 0;
font-family: DTM-Mono, sans-serif;
color: white;
}
.underscript-dialog label.disabled {
color: #666;
cursor: not-allowed;
}
.underscript-dialog .target-setting {
border: 2px solid yellow;
}
/*
.underscript-dialog .modal-content {
background: #000 url(../images/backgrounds/2.png) -380px -135px;
}
.underscript-dialog .modal-content .modal-header,
.underscript-dialog .modal-body {
background-color: transparent;
}
*/
.underscript-dialog .modal-footer button.btn {
margin-bottom: 5px;
}
/* TODO: convert reset to a type? for convenience {} */
.underscript-dialog .reset:hover {
cursor: pointer;
font-weight: bold;
}
.underscript-dialog .reset::before {
content: '[';
}
.underscript-dialog .reset::after {
content: ']';
}