Add find shortcut in browser.

This commit is contained in:
Greyson Parrelli
2026-08-13 11:18:33 -04:00
parent 4e622b15af
commit 71b3c93521
7 changed files with 437 additions and 14 deletions
+20
View File
@@ -366,6 +366,26 @@ button.playpen-header-button:hover,
border-color: @pp_accent;
}
/* Find-in-page, in the same clothes as the nav bar above it: it is the same
kind of furniture, just one that comes and goes. */
.playpen-find {
padding: 4px 6px;
background-color: @pp_surface;
border-bottom: 1px solid @pp_border;
}
/* A search with no results says so in the box's border rather than only in
the count beside it, which is easy to miss mid-typing. */
.playpen-find-entry.error {
border-color: @pp_err;
}
.playpen-find-status {
margin: 0 4px;
font-size: 0.8em;
color: @pp_text_dim;
}
/* The pane currently filling its tab. The other panes are still open and still
running, just not drawn, so this is marked quietly — a lit border rather than
anything alarming. The header's toggle icon carries the rest of the message. */