This commit is contained in:
33333-33333 2026-06-30 10:57:06 +09:00
commit f941200504
70 changed files with 1856 additions and 429 deletions

View file

@ -214,9 +214,30 @@ h1 {
color: var(--ink);
}
.field-choice:hover { border-color: rgba(112,178,66,0.45); }
.field-choice.active,
.field-choice[aria-pressed="true"] {
border-color: rgba(112,178,66,0.72);
box-shadow: 0 0 0 2px rgba(112,178,66,0.18), inset 0 0 0 1px rgba(255,255,255,0.64);
background: linear-gradient(180deg, rgba(248,255,240,0.96), rgba(231,246,210,0.82));
}
.field-choice strong, .field-choice span { display: block; }
.field-choice strong { font-size: 15px; }
.field-choice span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.field-dialog-lead {
margin: -4px 0 12px;
color: var(--muted);
font-size: 12px;
line-height: 1.5;
}
.field-dialog-section-title {
margin: 12px 0 7px;
font-size: 12px;
font-weight: 700;
color: rgba(75,62,43,0.78);
}
.reset-dialog-panel { width: min(760px, 100%); }
.reset-preset-choice-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.reset-preset-choice-grid .field-choice { min-height: 66px; padding: 7px 5px; }
.field-dialog-actions {
margin-top: 12px;
display: flex;