#3 CSS rework

This commit is contained in:
sladecraven 2020-11-17 19:06:06 +01:00
parent b5647ad67c
commit 59befd34d7

View File

@ -528,18 +528,20 @@ button {
/* Fatigue CSS */
.table-fatigue {
table-layout: fixed;
padding: 0 0;
}
.table-fatigue td {
table-layout: fixed;
width: 2px;
height: 2px;
padding: 0 0;
}
.table-fatigue .fatigue-used {
background-color: DarkRed;
border: 1px solid #999;
}
.table-fatigue .fatigue-none {
background-color: black;
background-color: Grey;
border: 1px solid #999;
}
.table-fatigue .fatigue-free {