forked from public/foundryvtt-reve-de-dragon
		
	#3 CSS rework
This commit is contained in:
		| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user