-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublic.d91c94e1.css
More file actions
70 lines (60 loc) · 1.02 KB
/
Copy pathpublic.d91c94e1.css
File metadata and controls
70 lines (60 loc) · 1.02 KB
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
table {
border-collapse: collapse;
text-align: left;
width: 100%;
margin: 20px 0;
font-size: 18px;
}
th, td {
border-bottom: 1px solid #ddd;
padding: 12px;
font-size: .8em;
}
th {
color: #333;
background-color: #f2f2f2;
}
tr:hover {
background-color: #f5f5f5;
}
tr:nth-child(2n) {
background-color: #f9f9f9;
}
h3 {
margin-top: 20px;
}
#propertySelect {
appearance: none;
color: inherit;
cursor: pointer;
background: none;
border: 1px solid #ccc;
outline: none;
margin: 0;
padding: 5px;
font-size: 1.5em;
font-weight: bold;
}
#propertySelect:hover, #propertySelect:focus {
text-decoration: underline;
}
.select-wrapper {
display: inline-block;
position: relative;
}
.select-wrapper:after {
content: "▾";
pointer-events: none;
color: #444;
font-size: .8em;
position: absolute;
top: 50%;
right: -15px;
transform: translateY(-50%);
}
#propertySelect option {
color: #333;
font-size: 1em;
font-weight: normal;
}
/*# sourceMappingURL=public.d91c94e1.css.map */