From 8883145b5ff957632ffd37e505e18482b91881c6 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 9 Mar 2018 22:39:43 -0500 Subject: [PATCH] Made buttons unselectable --- feast.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/feast.css b/feast.css index 8cf91d7..b81c715 100644 --- a/feast.css +++ b/feast.css @@ -27,24 +27,28 @@ button { width: 100px; height: 100px; font-size: 18px; + user-select: none; } .action-button { width: 100px; height: 100px; font-size: 18px; + user-select: none; } .combat-button { width: 100px; height: 100px; font-size: 18px; + user-select: none; } .dialog-button { width: 300px; height: 75px; - font-size: 18px;s + font-size: 18px; + user-select: none; } #dialog {