-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmarket.css
52 lines (50 loc) · 876 Bytes
/
market.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
.PIe-hidden { display: none !important; }
.PIe-gray {
filter: grayscale(100%) opacity(30%);
}
.PIe-chart-button {
cursor: pointer;
}
.PIe-chart-img {
width: 21px;
height: 12px;
}
.PIe-notes {
width: 100%;
resize: vertical;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.PIe-notes-icon {
width: 25px;
height: 25px;
cursor: pointer;
margin: 0px 0px 0px 7px;
}
.PIe-rules-icon {
width: 30px;
height: 30px;
cursor: pointer;
margin: 0px 0px 0px 7px;
}
.PIe-notes-save {
padding: 5px 5px 5px 5px;
float: right;
margin-right: 5px;
margin-top: 0px;
margin-bottom: 5px;
}
.PIe-notes-discard {
padding: 5px 5px 5px 5px;
float: left;
margin-top: 0px;
margin-bottom: 5px;
}
.PIe-notes-button-row {
padding: 0px 5px 0px 5px;
overflow: hidden;
}
.PIe-notes-content {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}