forked from gebrkn/copytables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.css
executable file
·59 lines (49 loc) · 904 Bytes
/
popup.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
body, select, input {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 13px;
font-weight: normal;
color: #777;
}
p {
padding: 14px 8px 14px 8px;
line-height: 1;
cursor: pointer;
white-space: nowrap;
background: #ffffff;
color: #475967;
border-bottom: 1px dotted #ccc;
margin: 0;
}
p:last-child {
border: none;
}
p.disabled {
opacity: 0.5;
pointer-events: none;
cursor: default;
}
p:not([class="disabled"]):hover {
color: #8BB6D6;
}
b {
width: 50px;
display: inline-block;
font-weight: bold;
}
a {
background: #E8EAEC;
border-radius: 5px;
font-size: 14px;
padding: 2px 8px;
font-weight: normal;
color: #555;
transition: all 0.1s ease;
}
p:not([class="disabled"]) a:hover {
background: #8BB6D6;
color: white;
}
.in {
background: black;
color: white;
}