We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b44ff9 commit 74f26aeCopy full SHA for 74f26ae
1 file changed
templates/trainee-batch.html
@@ -4,6 +4,7 @@
4
<style type="text/css">
5
th, td {
6
border: 1px black solid;
7
+ background-color: white;
8
}
9
td.attendance-absent {
10
background-color: #ff0d0d57;
@@ -33,22 +34,22 @@
33
34
background-color: grey;
35
36
- th {
37
- background-color: white;
+ table {
38
+ border-spacing: 0px;
39
40
41
table thead {
42
position: sticky;
43
top: 0;
- z-index: 1;
44
+ z-index: 2;
45
46
- table tbody th, table thead tr th:nth-of-type(0) {
47
+ th, tr th:nth-of-type(0) {
48
49
left: 0;
- z-index: 2;
50
+ z-index: 1;
51
- table tbody th {
52
+ th {
53
font-weight: normal;
54
55
</style>
0 commit comments