-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.css
61 lines (50 loc) · 871 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
60
61
html,
body {
font-family: "Open Sans", sans-serif;
font-size: 14px;
margin: 0;
min-height: 180px;
padding: 0;
width: 450px;
}
body::-webkit-scrollbar {
display: none;
}
ul {
list-style-type: none;
}
a {
text-decoration: none;
}
/* Questions section start */
.container {
padding: 20px;
}
table {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 94%;
margin-left: auto;
margin-right: auto;
text-decoration: none;
}
td, th {
border: 1px solid rgb(102, 102, 102);
padding: 12px;
text-align: center !important;
}
tr:nth-child(even){
background-color: #f2f2f2;
}
tr:hover {
background-color: #ddd;
}
th {
padding-top: 15px;
padding-bottom: 15px;
background-color: #000000;
color: white;
}
#remove {
margin-left: 110px;
}