forked from public/foundryvtt-reve-de-dragon
#3 Améliorations fiche
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user