Tagmar. small update

This commit is contained in:
Fábio
2018-10-01 14:07:21 -03:00
committed by GitHub
parent 776a11b057
commit d33a2790e4
+3 -3
View File
@@ -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;