Support des propriétés d'items

Amélioration de l'interface
Améliorations cosmétiques
This commit is contained in:
ZigmundKreud
2021-12-24 04:51:14 +01:00
parent d5a5990faa
commit 7531937e52
59 changed files with 1919 additions and 210 deletions

View File

@ -1,10 +1,19 @@
.window-header {
border:none;
}
.window-content {
//background: white;
height: 100%;
padding: 5px;
padding: 10px;
overflow-y: hidden;
background: transparent;
form {
border: 10px solid transparent;
border-image: url("/systems/bol/ui/box-border-large.webp") 108/3 repeat;
border-image-outset: 1;
background: white;
margin:0;
padding:0;
height: 100%;
.sheet-header {
//background-color: red;
@ -54,15 +63,16 @@
.main {
/* Sheet Tabs */
.tabs {
flex: 0 0 40px;
flex: 0 0 30px;
background-color: black;
.item {
line-height: 40px;
line-height: 30px;
font-weight: bold;
font-family: @font-handwrite;
color: white;
font-size: 14px;
padding-top: 4px;
font-size: 0.8em;
}
.item.active {
@ -75,7 +85,8 @@
overflow: hidden;
.tab {
height: 100%;
height: 95%;
border:none;
overflow-y: auto;
/* Items List */
&.description {