From 70fd61b68476ca179fce8792eb1380f18aebd191 Mon Sep 17 00:00:00 2001 From: Nikita Volobuev Date: Tue, 19 Feb 2019 16:28:13 +0200 Subject: [PATCH] Make button text unselectable --- src/style/main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/style/main.css b/src/style/main.css index be68b9d7..43a05ba9 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -1168,6 +1168,12 @@ div.gitDemonstrationView { text-shadow: rgba(0,0,0,.4) 0 1px 0; color: white; + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; cursor: pointer; }