From 7a8ef60569ad02217011a210b7dac00ad4dca296 Mon Sep 17 00:00:00 2001 From: Maxim Stewart Date: Sun, 1 Mar 2020 20:20:38 -0600 Subject: [PATCH] Fixed issue #4 --- src/styles/styles.css | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/src/styles/styles.css b/src/styles/styles.css index 24b06df..d223a22 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -6,20 +6,6 @@ body { ul, li { list-style: none; } -input[type=image] { - width: 2.5em; - height: 2.5em; - padding: 0.4em; - background-color: #ffffff; - color: #000000; -} - -input[type=image]:hover { - cursor: pointer; - background-color: #a3b83b; - color: #ffffff; -} - /* IDs */ #master-row { @@ -135,6 +121,14 @@ input[type=image]:hover { margin: 1em 0em; padding: 1.5em; text-align: center; + + -webkit-touch-callout: none; /* iOS Safari */ + -webkit-user-select: none; /* Safari */ + -khtml-user-select: none; /* Konqueror HTML */ + -moz-user-select: none; /* Old versions of Firefox */ + -ms-user-select: none; /* Internet Explorer/Edge */ + user-select: none; /* Non-prefixed version, currently + supported by Chrome, Opera and Firefox */ } .sessionLI:hover {