diff --git a/Tagmar/tagmar.css b/Tagmar/tagmar.css index 788834a5d9..7a6921ca37 100644 --- a/Tagmar/tagmar.css +++ b/Tagmar/tagmar.css @@ -120,8 +120,8 @@ input[type="checkbox"].sheet-ispcornpc + span::before { /* Fake checkbox for NPC border:2px solid gray; border-radius:5px; padding:5px; - content: "PNJ"; - width:32px; + content: "PdM"; + width:37px; font-size: 18px; font-family:fantasy; font-weight:bold; @@ -129,7 +129,7 @@ input[type="checkbox"].sheet-ispcornpc + span::before { /* Fake checkbox for NPC input[type="checkbox"].sheet-ispcornpc:checked + span::before { /* Fake checkbox for PC*/ content: "PJ"; - width:35px; + width:37px; text-align:left; border:2px solid black; background-color:white;