#3 CSS rework
This commit is contained in:
parent
b5647ad67c
commit
59befd34d7
@ -528,18 +528,20 @@ button {
|
|||||||
/* Fatigue CSS */
|
/* Fatigue CSS */
|
||||||
.table-fatigue {
|
.table-fatigue {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
|
padding: 0 0;
|
||||||
}
|
}
|
||||||
.table-fatigue td {
|
.table-fatigue td {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
width: 2px;
|
width: 2px;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
|
padding: 0 0;
|
||||||
}
|
}
|
||||||
.table-fatigue .fatigue-used {
|
.table-fatigue .fatigue-used {
|
||||||
background-color: DarkRed;
|
background-color: DarkRed;
|
||||||
border: 1px solid #999;
|
border: 1px solid #999;
|
||||||
}
|
}
|
||||||
.table-fatigue .fatigue-none {
|
.table-fatigue .fatigue-none {
|
||||||
background-color: black;
|
background-color: Grey;
|
||||||
border: 1px solid #999;
|
border: 1px solid #999;
|
||||||
}
|
}
|
||||||
.table-fatigue .fatigue-free {
|
.table-fatigue .fatigue-free {
|
||||||
|
Loading…
Reference in New Issue
Block a user