diff options
-rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |