Various items fixes and enhancements
This commit is contained in:
@@ -1550,6 +1550,51 @@ i.prismrpg {
|
||||
.prismrpg .weapon-content label {
|
||||
flex: 10%;
|
||||
}
|
||||
.prismrpg .weapon-content .weapon-passives legend {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
.prismrpg .weapon-content .weapon-passives legend button {
|
||||
padding: 2px 8px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.prismrpg .weapon-content .weapon-passives .passive-item {
|
||||
margin-bottom: 16px;
|
||||
padding: 12px;
|
||||
border: 1px solid var(--color-border-light-primary);
|
||||
border-radius: 4px;
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
.prismrpg .weapon-content .weapon-passives .passive-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.prismrpg .weapon-content .weapon-passives .passive-header {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.prismrpg .weapon-content .weapon-passives .passive-header input[type="text"] {
|
||||
flex: 1;
|
||||
}
|
||||
.prismrpg .weapon-content .weapon-passives .passive-header button {
|
||||
padding: 4px 8px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.prismrpg .weapon-content .weapon-passives .passive-header button[data-action="delete-passive"] {
|
||||
color: var(--color-text-danger, #c00);
|
||||
}
|
||||
.prismrpg .weapon-content .weapon-passives .passive-header button[data-action="delete-passive"]:hover {
|
||||
background: var(--color-bg-danger, rgba(200, 0, 0, 0.1));
|
||||
}
|
||||
.prismrpg .weapon-content .weapon-passives .hint {
|
||||
font-style: italic;
|
||||
color: var(--color-text-light-secondary);
|
||||
text-align: center;
|
||||
padding: 12px;
|
||||
}
|
||||
.prismrpg .weapon-content .weapon-maneuvers legend {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@@ -2049,6 +2094,54 @@ i.prismrpg {
|
||||
.prismrpg .equipment-content label {
|
||||
flex: 10%;
|
||||
}
|
||||
.prismrpg .equipment-content .kit-passive {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.prismrpg .equipment-content .special-activations legend {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
.prismrpg .equipment-content .special-activations legend button {
|
||||
padding: 2px 8px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.prismrpg .equipment-content .special-activations .activation-item {
|
||||
margin-bottom: 16px;
|
||||
padding: 12px;
|
||||
border: 1px solid var(--color-border-light-primary);
|
||||
border-radius: 4px;
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
.prismrpg .equipment-content .special-activations .activation-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.prismrpg .equipment-content .special-activations .activation-header {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.prismrpg .equipment-content .special-activations .activation-header input[type="text"] {
|
||||
flex: 1;
|
||||
}
|
||||
.prismrpg .equipment-content .special-activations .activation-header button {
|
||||
padding: 4px 8px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.prismrpg .equipment-content .special-activations .activation-header button[data-action="delete-special-activation"] {
|
||||
color: var(--color-text-danger, #c00);
|
||||
}
|
||||
.prismrpg .equipment-content .special-activations .activation-header button[data-action="delete-special-activation"]:hover {
|
||||
background: var(--color-bg-danger, rgba(200, 0, 0, 0.1));
|
||||
}
|
||||
.prismrpg .equipment-content .special-activations .hint {
|
||||
font-style: italic;
|
||||
color: var(--color-text-light-secondary);
|
||||
text-align: center;
|
||||
padding: 12px;
|
||||
}
|
||||
.prismrpg .shield-content {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
|
||||
Reference in New Issue
Block a user