Fixed issue #4

This commit is contained in:
Maxim Stewart 2020-03-01 20:20:38 -06:00
parent 8591ce8905
commit 7a8ef60569
1 changed files with 8 additions and 14 deletions

View File

@ -6,20 +6,6 @@ body {
ul, li { list-style: none; } 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 */ /* IDs */
#master-row { #master-row {
@ -135,6 +121,14 @@ input[type=image]:hover {
margin: 1em 0em; margin: 1em 0em;
padding: 1.5em; padding: 1.5em;
text-align: center; 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 { .sessionLI:hover {