-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathawm.css
59 lines (46 loc) · 953 Bytes
/
awm.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
/* Highlighting */
.awm-highlighted.awm-high {
background-color: rgba(255, 255, 0, 0.5) !important;
}
.awm-highlighted.awm-low {
background-color: rgba(255, 255, 0, 0.25) !important;
}
/* Reordering */
.awm-reordered {
/* background-color: rgba(0, 20, 255, 0.1); */
}
/* Folding */
.awm-folder.awm-folded .awm-foldable {
display: none;
}
/* Debug */
#awm-debug-controls-container {
position: absolute;
top: 10px;
right: 10px;
width: 270px;
padding: 10px;
background: rgba(0, 0, 0, 0.5);
font-size: 80%;
z-index: 10000;
}
#awm-debug-controls-container > * {
display: block;
width: 100%;
padding: 5px;
}
#awm-debug-controls-container > select,
#awm-debug-controls-container > label {
display: inline-block;
}
#awm-debug-controls-container > label {
font-size: 80%;
color: #FFFFFF;
}
#awm-debug-clear-history-button {
margin: 5px 0 0 0;
}
#awm-debug-item-nb-clicks {
font-size: 80%;
color: #7F5E1D;
}