Gestion initiative améliorée

This commit is contained in:
2020-11-24 16:41:15 +01:00
parent 136c7594d4
commit 78f07655e3
6 changed files with 121 additions and 43 deletions

View File

@ -463,6 +463,22 @@ section.sheet-body:after, section.sheet-body div:after {
/* Global UI elements */
/* ======================================== */
.inventory-list > .list-combat:nth-child(even) {
background-color: #7b733b29;
background: #7b733b29;
}
.inventory-list > .list-combat:nth-child(odd) {
background-color: #9e856a0d;
background: #9e856a0d;
}
.list-combat {
margin: 2px 2px 2px 2px;
box-shadow: inset 0px 0px 1px #00000096;
border-radius: 5px;
padding: 2px 5px 0px 5px;
}
.sheet-competence-img {
width: 24px;
height: 24px;