COrrection sur predilections
Release Creation / build (release) Successful in 54s

This commit is contained in:
2026-04-30 23:34:16 +02:00
parent 463e9ebb19
commit a234ba5d14
37 changed files with 91 additions and 33 deletions
+20 -7
View File
@@ -2226,22 +2226,23 @@ li {
background: rgba(255, 102, 0, 0.2);
box-shadow: 0 0 5px rgba(255, 102, 0, 0.5);
}
.fvtt-mournblade.item .header-actions .chat-card-button {
.fvtt-mournblade.item .chat-card-button {
background: linear-gradient(to bottom, #21374afc 5%, #152833ab 100%);
border: 2px ridge #846109;
color: #d4b5a8;
padding: 0.3rem 0.5rem;
transition: all 0.2s ease;
cursor: pointer;
}
.fvtt-mournblade.item .header-actions .chat-card-button i {
.fvtt-mournblade.item .chat-card-button i {
font-size: 0.9rem;
}
.fvtt-mournblade.item .header-actions .chat-card-button:hover {
.fvtt-mournblade.item .chat-card-button:hover {
background: linear-gradient(to bottom, #800000 5%, #3e0101 100%);
color: #ffffff;
box-shadow: 0 0 8px rgba(128, 0, 0, 0.6);
}
.fvtt-mournblade.item .header-actions .chat-card-button:active {
.fvtt-mournblade.item .chat-card-button:active {
position: relative;
top: 1px;
}
@@ -2320,9 +2321,20 @@ li {
.fvtt-mournblade.item .item-list li.item.flexrow {
display: flex;
flex-direction: row;
align-items: center;
align-items: flex-start;
gap: 4px;
}
.fvtt-mournblade.item .item-list li.item.flexrow input[type="checkbox"] {
margin-top: 3px;
flex-shrink: 0;
}
.fvtt-mournblade.item .item-list li.item h3 {
color: #2a1a0a;
font-size: 1rem;
font-weight: bold;
margin: 0;
text-shadow: none;
}
.fvtt-mournblade.item .generic-label {
display: inline-block;
white-space: nowrap;
@@ -2356,8 +2368,9 @@ li {
}
.fvtt-mournblade.item .item-field-label-long3 {
flex: 1;
min-width: 350px;
max-width: 350px;
min-width: 250px;
white-space: normal;
line-height: 1.3;
}
.fvtt-mournblade.item .numeric-input {
text-align: center;
File diff suppressed because one or more lines are too long