#3 Améliorations fiche

This commit is contained in:
2020-11-24 18:39:27 +01:00
parent ba66f79f63
commit d3111f6d28
6 changed files with 37 additions and 36 deletions

View File

@ -463,22 +463,23 @@ section.sheet-body:after, section.sheet-body div:after {
/* Global UI elements */
/* ======================================== */
.inventory-list > .list-combat:nth-child(even) {
background-color: #7b733b29;
.alterne-list > .list-item:nth-child(even) {
background-color:#7b733b29;
background: #7b733b29;
}
.inventory-list > .list-combat:nth-child(odd) {
.alterne-list > .list-item:nth-child(odd) {
background-color: #9e856a0d;
background: #9e856a0d;
}
.list-combat {
.carac-label {
font-weight: bold;
}
.list-item {
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;