fix for chromium
This commit is contained in:
parent
c5d6d90703
commit
9819df0141
1 changed files with 9 additions and 7 deletions
|
@ -14,6 +14,9 @@ html,body{
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
height:100%;
|
height:100%;
|
||||||
width:100%;
|
width:100%;
|
||||||
|
margin:0;
|
||||||
|
padding:0;
|
||||||
|
scrollbar-width:none;
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
}
|
}
|
||||||
table{
|
table{
|
||||||
|
@ -21,14 +24,15 @@ table{
|
||||||
width:1600px;
|
width:1600px;
|
||||||
max-width:400%;
|
max-width:400%;
|
||||||
border-collapse:separate;
|
border-collapse:separate;
|
||||||
|
border-spacing:0;
|
||||||
table-layout:fixed;
|
table-layout:fixed;
|
||||||
overflow:hidden;
|
overflow-x:clip;
|
||||||
margin:0;
|
|
||||||
}
|
}
|
||||||
th,td{
|
th,td{
|
||||||
|
background-color:white;
|
||||||
|
box-sizing:border-box;
|
||||||
border-bottom:2px solid black;
|
border-bottom:2px solid black;
|
||||||
border-right:2px solid black;
|
border-right:2px solid black;
|
||||||
padding:0;
|
|
||||||
}
|
}
|
||||||
th,td:first-child{
|
th,td:first-child{
|
||||||
position:sticky;
|
position:sticky;
|
||||||
|
@ -37,8 +41,6 @@ th:first-child,td:first-child{
|
||||||
left:0;
|
left:0;
|
||||||
}
|
}
|
||||||
th{
|
th{
|
||||||
color:black;
|
|
||||||
background-color:white;
|
|
||||||
text-align:center;
|
text-align:center;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
top:0;
|
top:0;
|
||||||
|
@ -48,7 +50,7 @@ th:first-child{
|
||||||
}
|
}
|
||||||
a,span{
|
a,span{
|
||||||
color:black;
|
color:black;
|
||||||
padding:2px;
|
padding:1px;
|
||||||
display:block;
|
display:block;
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
|
@ -56,7 +58,7 @@ a,span{
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
a:hover{background-color:lightgray;color:black;}
|
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;}
|
.available{background-color:lightgreen;}
|
||||||
.other{background-color:white;}
|
.other{background-color:white;}
|
||||||
.class{background-color:darkgray;}
|
.class{background-color:darkgray;}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue