From b2cb5768bba778707bde31fe18613092cf221412 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 11 Jun 2025 13:22:12 +0200 Subject: Style: Make text in

elements of the age filter dialog selectable. --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 52d7efe..672610d 100644 --- a/style.css +++ b/style.css @@ -479,6 +479,11 @@ body.inprogress { #age-filter-form .age-filter-settings p.text-muted { margin: 0; } +#age-filter-modal p { + -webkit-user-select: text; + -moz-user-select: text; + user-select: text; +} .popover { --bs-popover-header-padding-x: .75rem; -- cgit v1.2.3