-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
56 lines (51 loc) · 988 Bytes
/
Copy pathindex.css
File metadata and controls
56 lines (51 loc) · 988 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
body {
font-family: sans-serif;
}
a, .link {
cursor: pointer;
}
*:focus, .virtual-focus {
outline: none;
background: #c6dff3;
}
.focus-only {
visibility: hidden;
}
*:focus .focus-only, .focus-only:focus {
visibility: visible;
}
.little-symbol {
font-size: 70%;
}
.tree-item-title {
padding: 5px;
}
.tree-item-debriefs {
padding: 0 0 5px 25px;
}
.tree-item-debriefs > div {
font-style: italic;
font-size: small;
}
.search-box-list, .ctx-menu {
background: white;
z-index: 100;
font-size: small;
border: 1px solid lightgrey;
}
.search-box-list > div, .ctx-menu > div {
padding: 8px;
border-bottom: 1px solid lightgrey;
}
.search-box-list > div:hover, .ctx-menu > div:hover, .tree-item-title:hover {
background: #dce9f3;
}
.matter-textfield-standard {
line-height: 1.2;
border-top-width: 20px;
}
.matter-button-contained.round {
min-height: 40px;
min-width: 40px;
border-radius: 20px;
}