From d05b85a87897c879609071b01c68e5a3745dfcb4 Mon Sep 17 00:00:00 2001 From: perro Date: Mon, 20 Mar 2023 11:25:22 -0700 Subject: [PATCH] =?UTF-8?q?Deshabilitaci=C3=B3n=20de=20selecci=C3=B3n=20de?= =?UTF-8?q?=20texto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/static/css/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/static/css/main.css b/source/static/css/main.css index a4ab280..ca42f6d 100644 --- a/source/static/css/main.css +++ b/source/static/css/main.css @@ -259,6 +259,9 @@ top: 0; left: 0; transition: opacity 0.3s; + -webkit-user-select: none; /* Safari */ + -ms-user-select: none; /* IE 10 and IE 11 */ + user-select: none; /* Standard syntax */ } /* Show the tooltip text when you mouse over the tooltip container */