Item sheets, WIP

This commit is contained in:
2022-11-03 21:18:51 +01:00
parent c64754a586
commit 08510a99a4
4 changed files with 25 additions and 9 deletions

View File

@@ -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;