From 17ee04333ec24852555dab4c5e6105b92c15ec66 Mon Sep 17 00:00:00 2001 From: Abdallah Soliman Date: Tue, 12 Jul 2016 20:16:31 -0500 Subject: [PATCH] ensured cursor for hover on boxart is also a pointer --- static/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index c16afa0..f195a5d 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -134,6 +134,9 @@ main { width: 100%; height: 100%; } +.box-art:hover { + cursor: pointer; +} .current-game { border: 3px solid green; }