diff options
| author | LLLL Colonq <llll@colonq> | 2026-03-06 20:19:58 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-03-06 20:19:58 -0500 |
| commit | f75769acfd4b14c3fcd0bca807f80e62aeeb0883 (patch) | |
| tree | 2d4318a8277eb17557d106e479323b4d512124f6 /assets/charsheet/charsheet.css | |
| parent | 8a090126723265bc5db169fba8acebd58c603ea8 (diff) | |
Update charedit
Diffstat (limited to 'assets/charsheet/charsheet.css')
| -rw-r--r-- | assets/charsheet/charsheet.css | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/assets/charsheet/charsheet.css b/assets/charsheet/charsheet.css index 84e658f..753ea55 100644 --- a/assets/charsheet/charsheet.css +++ b/assets/charsheet/charsheet.css @@ -46,6 +46,17 @@ body { background-size: 1rem 1rem; } +button { + background-color: black; + color: white; + border: none; + cursor: pointer; + padding: 0.25rem; +} +button:active { + background-color: darkgrey; +} + .invisible { visibility: hidden !important; } @@ -213,7 +224,7 @@ body { } table { - width: 80%; + width: 100%; margin-bottom: 0.5rem; } table tr td:first-child { @@ -224,6 +235,12 @@ table tr td:first-child { position: absolute; z-index: 5; } +#talent-reset { + position: absolute; + bottom: 0px; + right: 0px; + z-index: 5; +} #edit-scrollable { overflow: scroll; @@ -296,3 +313,6 @@ table tr td:first-child { transition: opacity 0.5s !important; overflow: auto; } +#edit-selected-tooltip-buy { + width: 100%; +} |
