diff --git a/styles/simple.css b/styles/simple.css index 7793b0d..34e0cd5 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -236,7 +236,7 @@ table {border: 1px solid #7a7971;} width: 8%; height: 8%; max-height: 48px; - border-width: 0; + border-width: 0px; border: 1px solid rgba(0, 0, 0, 0); } @@ -390,6 +390,10 @@ table {border: 1px solid #7a7971;} background: #494e6b; } +input[type="text"], select[type="text"] { + background:white; +} + /* background: #011d33 url("../images/ui/fond1.webp") repeat left top;*/ /*color: rgba(168, 139, 139, 0.5);*/ .window-app.sheet .window-content .sheet-header select[type="text"], .window-app.sheet .window-content .sheet-header input[type="text"], .window-app.sheet .window-content .sheet-header input[type="number"], .window-app.sheet .window-content .sheet-body input[type="text"], .window-app.sheet .window-content .sheet-body input[type="number"], .window-app.sheet .window-content .sheet-body select[type="text"] { @@ -1205,7 +1209,7 @@ ul, li { .img-no-border { max-width: 48px; max-height: 48px; - border: 0; + border: 0px; } .items-title-bg { margin-top: 6px; @@ -1222,6 +1226,7 @@ ul, li { .item-sheet-img { width: 64px; height: auto; + border: 0; } .item-name-img { flex-grow:1; diff --git a/template.json b/template.json index 5bb2e0e..d0b8e94 100644 --- a/template.json +++ b/template.json @@ -227,7 +227,8 @@ "equipment", "weapon", "module", - "money" + "money", + "condition" ], "templates": { "commonitem": { @@ -284,6 +285,7 @@ }, "spell": { "spelltype": "", + "level":"", "value": 0, "description": "" }, @@ -351,6 +353,9 @@ }, "module": { "description": "" + }, + "condition": { + "description": "" } } } \ No newline at end of file diff --git a/templates/items/item-spell-sheet.hbs b/templates/items/item-spell-sheet.hbs index 1a0276c..4a52a7e 100644 --- a/templates/items/item-spell-sheet.hbs +++ b/templates/items/item-spell-sheet.hbs @@ -30,7 +30,11 @@