Fatigue management, ongoing work

This commit is contained in:
2020-05-27 23:47:49 +02:00
parent a6b46cb4ad
commit 63e4e6f91a
5 changed files with 101 additions and 9 deletions

View File

@ -305,9 +305,30 @@
background-color: lightblue;
}
/* ======================================== */
/* Global UI elements */
select {
font-family: "GoudyAcc", sans-serif;
}
button {
font-family: "GoudyAcc", sans-serif;
}
/* ======================================== */
/* Fatigue CSS */
.table-fatigue {
table-layout: fixed;
}
.table-fatigue td {
table-layout: fixed;
width: 8px;
height: 8px;
}
.table-fatigue .fatigue-none {
background-color: black;
border: 1px solid #999;
}
.table-fatigue .fatigue-free {
border: 1px solid #999;
}