forked from public/foundryvtt-reve-de-dragon
Fatigue management, ongoing work
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user