-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathinventory-plus.css
72 lines (59 loc) · 1.39 KB
/
inventory-plus.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
60
61
62
63
64
65
66
67
68
69
70
71
72
.dnd5e.sheet .filter-list {
max-width: 100%;
}
.dnd5e.sheet .filter-list .custom-category{
flex-grow: 2;
}
.dnd5e.sheet.actor .inventory-list .item-controls .remove-category {
flex: 0 0 100%;
}
.dnd5e.sheet.actor .inventory-list .inv-plus-stuff {
flex:inherit;
opacity:0.5;
}
.dnd5e.sheet.actor .inventory-list .inv-plus-stuff:hover, .dnd5e.sheet.actor .inventory-list .toggle-collapse:hover {
opacity:1;
}
.dnd5e.sheet.actor .inventory-list .toggle-collapse {
flex:0;
opacity:0.5;
font-size: 18px;
margin-left:4px;
}
.dnd5e.sheet.actor .inventory-list .inv-plus-stuff div {
flex-grow:1;
max-width:120px;
}
.dnd5e.sheet.actor .inventory-list .inv-plus-stuff a {
flex-grow:0;
margin-right:2px;
}
.dnd5e.sheet.actor .inventory-list .inv-plus-stuff input{
height:16px;
width:16px;
}
.dnd5e.sheet.actor .inventory-list .category-weight {
margin-left: 5px;
opacity:0.5;
font-size:small;
}
.dnd5e.sheet.actor .inventory-list .category-weight:hover {
opacity:1;
}
.inv-plus-dialog {
margin: 5px;
}
.inv-plus-dialog dl {
margin:0 0 5px 0;
}
.inv-plus-dialog dt {
display: inline-block;
width: 40%;
line-height: 27px;
vertical-align: bottom;
}
.inv-plus-dialog dd {
display: inline-block;
margin-left: 5px;
width: calc(60% - 10px);
}