From 24ad3bc93ba341b9d6a4756f476262d360c1d5cc Mon Sep 17 00:00:00 2001 From: Ken <49991972+knesbit-cars@users.noreply.github.com> Date: Fri, 21 Jun 2024 10:36:41 -0500 Subject: [PATCH] Update csso.css add CSS to select all the output content when you click on it so it's easy to select (to copy) --- .gh-pages/csso.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gh-pages/csso.css b/.gh-pages/csso.css index 35115139..e2af0b90 100644 --- a/.gh-pages/csso.css +++ b/.gh-pages/csso.css @@ -108,6 +108,9 @@ section > .header button::-moz-focus-inner { } #output .content { padding: 10px; + user-select: all; + -moz-user-select: all; + -webkit-user-select: all; } .change-log-toggle {