diff --git a/dcc_official/dcc.css b/dcc_official/dcc.css index 72b4ef24025..1b5a02486a2 100644 --- a/dcc_official/dcc.css +++ b/dcc_official/dcc.css @@ -2438,6 +2438,10 @@ body .ui-dialog .tab-content .charsheet .interaction-control:not(:checked) + .co body .ui-dialog .tab-content .charsheet .locked + fieldset + .repcontainer + .repcontrol { display: none !important; } +body .ui-dialog .tab-content .charsheet .roller:before { + content: ""; + display: none; +} body .ui-dialog .tab-content .charsheet::after { position: absolute; content: ""; @@ -3309,7 +3313,7 @@ body .ui-dialog .tab-content .charsheet .kmodal--mancer__inner { width: clamp(300px, 80dvw, 600px); border-radius: 0; max-height: 80dvh; - background-color: #121212; + background-color: var(--backColor); } body .ui-dialog .tab-content .charsheet .mancer-button-wrapper { display: grid; @@ -3944,6 +3948,9 @@ body .ui-dialog .tab-content .charsheet .section.section--misc .labelled-edit--l text-align: left !important; justify-content: left !important; } +body .ui-dialog .tab-content .charsheet .weapon-button-container { + margin-bottom: var(--gap-size-small); +} body .ui-dialog .tab-content .charsheet .section-container--weapon .headed-repeating-section { grid-template-columns: 1fr repeat(5, minmax(min-content, max-content)); gap: var(--gap-size-small); diff --git a/dcc_official/dcc.html b/dcc_official/dcc.html index 18ae790f033..d8f70a50f30 100644 --- a/dcc_official/dcc.html +++ b/dcc_official/dcc.html @@ -840,11 +840,11 @@