-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
75 lines (61 loc) · 961 Bytes
/
stylesheet.css
File metadata and controls
75 lines (61 loc) · 961 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
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
.list {
width: 46%;
height: 100%;
display: inline-block;
vertical-align: top;
padding-right: 3%;
}
.edit {
width: 50%;
height: 100%;
display: inline-block;
}
#ddl {
width: 250px;
max-height: 200px;
border: 1px solid black;
overflow-x: hidden;
overflow-y: scroll;
}
#ddl > * {
width: 250px;
margin: 0;
}
#ddl > button {
display: none;
padding: 5px 0 5px 0;
background-color: white;
border: none;
cursor: pointer;
}
#ddl > button:hover {
background-color: #f0f0f0;
}
#ddl > button:active {
background-color: #e0e0e0;
}
#command {
display: block;
width: 100%;
min-width: 200px;
}
.Warning256 {
display: none;
}
.CommandMultiple {
display: none;
}
.edit > details {
display: block;
}
.edit > details > p {
display: block
}
.bold {
font-weight: bold;
}
.help {
width: 16px;
vertical-align: middle;
padding-right: 0.5%;
}