From cea5812baa94ce429cfb7999f3be783790af3b6d Mon Sep 17 00:00:00 2001 From: jeeook <35547740+jeeook@users.noreply.github.com> Date: Thu, 6 Jul 2023 08:12:35 +0900 Subject: [PATCH] Make possible to select texts in shell result area Signed-off-by: Jiuk Jeong --- res/app/control-panes/dashboard/shell/shell.css | 1 + 1 file changed, 1 insertion(+) diff --git a/res/app/control-panes/dashboard/shell/shell.css b/res/app/control-panes/dashboard/shell/shell.css index fb375450bc..fab9a76f31 100644 --- a/res/app/control-panes/dashboard/shell/shell.css +++ b/res/app/control-panes/dashboard/shell/shell.css @@ -2,6 +2,7 @@ font-size: 12px; color: #fefefe; background: #444; + user-select: text; } .stf-shell .shell-results-empty {