css tweaks

This commit is contained in:
Vlyan
2022-02-03 18:02:43 +01:00
parent ac5bf77f0c
commit dab58a544f
3 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
## 1.6.0 - QoL & SoftLock
- PC/NPC/Armies sheet:
- Added SoftLock functionality.
- Added a new button bar for system specific buttons.
- Added a new button bar for system specific buttons to reduce elements in headers.
- Added +/- buttons to add or subtract Fatigue and Strife (PC & NPC Sheet), Casualties and Panic (Armies Sheet).
- GmMonitor :
- Moved Honor/Glory/status in tooltip.

File diff suppressed because one or more lines are too long

View File

@@ -289,6 +289,7 @@
margin: 0 0.25rem;
height: 2rem;
&[disabled] {
border: 1px solid rgba(186, 187, 177, 0.5);
background: $l5r5e-white-light;
}
}