diff --git a/D&Z-Apocalypse/DZ-Apocalypse.css b/D&Z-Apocalypse/DZ-Apocalypse.css index 27ccd78ddc..df107b5f35 100644 --- a/D&Z-Apocalypse/DZ-Apocalypse.css +++ b/D&Z-Apocalypse/DZ-Apocalypse.css @@ -436,6 +436,7 @@ input[type="checkbox"]::before { font-size: 24px; align-items: center; justify-content: center; + color: var(--secondary-color); } .sheet-rolltemplate-dzapocalypse-description .sheet-description3 .inlinerollresult, @@ -2318,6 +2319,13 @@ height: 30px !important; font-size: 14px !important; } +.sheet-main-menu input:checked + label, +.sheet-main-header-blank input:checked + label { + border-color: var(--secondary-color) !important; + background-color: var(--main-color) !important; + color: white !important; +} + .sheet-main-header-blank label { font-size: 10px !important; } @@ -2326,12 +2334,7 @@ height: 30px !important; background-color: #e7a820 !important; } -.sheet-main-menu input:checked + label, -.sheet-main-header-blank input:checked + label { - border-color: var(--secondary-color) !important; - background-color: var(--main-color) !important; - color: white !important; -} + .sheet-statistics input.sheet-inputchar2 { font-size: 12px !important; diff --git a/D&Z-Apocalypse/DZ-Apocalypse.html b/D&Z-Apocalypse/DZ-Apocalypse.html index bf9a2469c2..9dbf651403 100644 --- a/D&Z-Apocalypse/DZ-Apocalypse.html +++ b/D&Z-Apocalypse/DZ-Apocalypse.html @@ -235,6 +235,29 @@ + +