-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdbcomponent.css
More file actions
49 lines (41 loc) · 822 Bytes
/
Copy pathdbcomponent.css
File metadata and controls
49 lines (41 loc) · 822 Bytes
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
table[id^="box"]{
display:block;
overflow-x: hidden; /* Hide the horizontal scroll */
overflow-y:auto;
border-collapse: collapse;
vertical-align: middle;
text-align: left;
background: #eee;
width: 100%;
height: 100%;
}
table[id^="box"] td, table[id^="box"] th{
font-family: monospace;
font-style: normal;
font-size: 12px;
padding: 1px;
margin: 0;
border: 0;
fill: #000000;
fill-opacity: 1.00;
stroke: #000000;
stroke-opacity:1.00;
stroke-width: 0;
}
table[id^="box"] td {
font-weight: normal;
}
table[id^="box"] th {
font-weight: bold;
text-align: center;
}
table[id^="box"] thead {
position: sticky;
top:0;
display:block;
background-color: #eee;
}
table[id^="box"] tbody {
width: 100%;
display: table;
}