Style update

This commit is contained in:
marijo 2026-06-09 12:52:47 +00:00
parent 981375725f
commit c6e206ffe7
3 changed files with 59 additions and 6 deletions

View file

@ -88,6 +88,8 @@ h2 { margin-bottom: 0; font-size: 1.1rem; }
.compact-entries-table .pill { padding: .1rem .38rem; font-size: .68rem; }
.compact-entries-table .entry-actions { gap: .25rem; }
.compact-entries-table button.small { padding: .22rem .38rem; font-size: .68rem; }
.compact-entries-table tr.past-entry { opacity: .58; }
.compact-entries-table tr.past-entry td:first-child strong { text-decoration: line-through; }
.header-warning {
display: inline-flex;
align-items: center;
@ -248,6 +250,7 @@ button.small { padding: .36rem .55rem; font-size: .78rem; }
button.danger { background: #5a2320; color: var(--ink); border: 1px solid #5a2320; }
.actions { display: flex; justify-content: flex-end; gap: .6rem; }
.help-text { color: var(--muted); margin: 0; font-size: .9rem; }
.danger-zone { display: flex; justify-content: flex-end; }
.hidden { display: none !important; }
.quick-flex-form {
@ -290,6 +293,9 @@ table { width: 100%; border-collapse: collapse; font-size: .92rem; }
th, td { padding: .75rem .65rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; }
tbody tr:hover { background: rgba(255,255,255,.04); }
.planner-body-table tr.past-month { opacity: .55; }
.planner-body-table tr.past-month td:first-child { color: var(--muted); }
.planner-body-table tr.past-month .balance-override-input { opacity: .72; }
.num { text-align: right; font-variant-numeric: tabular-nums; }
.strong-num { font-weight: 900; color: var(--ink); }
.muted { color: var(--muted); }