Backing transaction ledger: Postings replace the applied field #20
1 changed files with 4 additions and 5 deletions
|
|
@ -523,11 +523,10 @@ tr.entry-notes-row input.notes-input::placeholder {
|
||||||
color: var(--rule);
|
color: var(--rule);
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
tr.entry-notes-row:has(input:placeholder-shown) { display: none; }
|
/* Empty notes render subtly (placeholder only) so they stay clickable. */
|
||||||
tr.entry:hover + tr.entry-notes-row:has(input:placeholder-shown) {
|
tr.entry-notes-row:has(input:placeholder-shown) { opacity: 0.55; }
|
||||||
display: block;
|
tr.entry-notes-row:hover,
|
||||||
opacity: 0.5;
|
tr.entry-notes-row:has(input:focus) { opacity: 1; }
|
||||||
}
|
|
||||||
|
|
||||||
.tag {
|
.tag {
|
||||||
font-family: var(--sans);
|
font-family: var(--sans);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue