From f75769acfd4b14c3fcd0bca807f80e62aeeb0883 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 6 Mar 2026 20:19:58 -0500 Subject: Update charedit --- assets/charsheet/charsheet.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'assets/charsheet/charsheet.css') 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%; +} -- cgit v1.2.3