user can no longer select button text (meaning they can spam)

This commit is contained in:
Olivier Gagnon 2018-06-13 03:26:07 -04:00
parent a97aaf3abb
commit 20b35ccfb5

@ -138,6 +138,11 @@ a:link, a:visited {
padding: 5px;
margin: 5px;
border: 1px solid #333333;
-moz-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
}
.a-link-button:hover {