Amelioration des talents et quelques corrections
This commit is contained in:
@@ -3736,6 +3736,45 @@ li {
|
||||
border-radius: 2px;
|
||||
color: #f0dfc0;
|
||||
}
|
||||
.fvtt-mournblade-cyd-2-0.actor .talent-used-toggle {
|
||||
flex: 0 0 auto;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
cursor: pointer;
|
||||
border-radius: 3px;
|
||||
transition: all 0.15s;
|
||||
text-decoration: none;
|
||||
margin-right: 0.25rem;
|
||||
}
|
||||
.fvtt-mournblade-cyd-2-0.actor .talent-used-toggle i {
|
||||
font-size: 0.95rem;
|
||||
color: #8a7a5a;
|
||||
}
|
||||
.fvtt-mournblade-cyd-2-0.actor .talent-used-toggle:hover {
|
||||
background: rgba(139, 69, 19, 0.2);
|
||||
transform: scale(1.1);
|
||||
}
|
||||
.fvtt-mournblade-cyd-2-0.actor .talent-used-toggle:hover i {
|
||||
color: #2a1a0a;
|
||||
}
|
||||
.fvtt-mournblade-cyd-2-0.actor .talent-used-toggle.used i {
|
||||
color: #4a7c59;
|
||||
}
|
||||
.fvtt-mournblade-cyd-2-0.actor .talent-used-toggle.used:hover i {
|
||||
color: #2d5a3a;
|
||||
}
|
||||
.fvtt-mournblade-cyd-2-0.actor .item-list li.item.talent-used {
|
||||
opacity: 0.6;
|
||||
}
|
||||
.fvtt-mournblade-cyd-2-0.actor .item-list li.item.talent-used .item-name-img {
|
||||
filter: grayscale(60%);
|
||||
}
|
||||
.fvtt-mournblade-cyd-2-0.actor .item-list li.item.talent-used .talent-used-toggle.used i {
|
||||
color: #6aaa7a;
|
||||
}
|
||||
/* ==================== Creature Sheet Specific Styles ==================== */
|
||||
.fvtt-mournblade-cyd-2-0.actor.creature-sheet .background-sheet-header-creature {
|
||||
background: linear-gradient(135deg, rgba(0, 60, 0, 0.15) 0%, rgba(20, 80, 20, 0.1) 100%);
|
||||
|
||||
Reference in New Issue
Block a user