fix for chromium

This commit is contained in:
steven 2025-04-27 20:50:32 -04:00
parent c5d6d90703
commit 9819df0141

View file

@ -14,6 +14,9 @@ html,body{
font-size:12px;
height:100%;
width:100%;
margin:0;
padding:0;
scrollbar-width:none;
overflow:auto;
}
table{
@ -21,14 +24,15 @@ table{
width:1600px;
max-width:400%;
border-collapse:separate;
border-spacing:0;
table-layout:fixed;
overflow:hidden;
margin:0;
overflow-x:clip;
}
th,td{
background-color:white;
box-sizing:border-box;
border-bottom:2px solid black;
border-right:2px solid black;
padding:0;
}
th,td:first-child{
position:sticky;
@ -37,8 +41,6 @@ th:first-child,td:first-child{
left:0;
}
th{
color:black;
background-color:white;
text-align:center;
font-weight:bold;
top:0;
@ -48,7 +50,7 @@ th:first-child{
}
a,span{
color:black;
padding:2px;
padding:1px;
display:block;
white-space:nowrap;
overflow:hidden;
@ -56,7 +58,7 @@ a,span{
text-decoration:none;
}
a:hover{background-color:lightgray;color:black;}
[class="closed"],[class="closed"]>*{background-color:#13171f;color:white;}
.closed,[class="closed"]>*{background-color:black;color:white;}
.available{background-color:lightgreen;}
.other{background-color:white;}
.class{background-color:darkgray;}