From f6fd05113a66ff2bf9020c12c1d0af84dc24e4c6 Mon Sep 17 00:00:00 2001 From: Adriaan Wormgoor Date: Wed, 18 Sep 2013 12:06:47 +0200 Subject: [PATCH] made the 'ok' button have a mouseover 'hand' cursor --- css/settingsPopup.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/settingsPopup.css b/css/settingsPopup.css index 29eb141..f2800c0 100644 --- a/css/settingsPopup.css +++ b/css/settingsPopup.css @@ -70,4 +70,5 @@ div.content .btnOK { height: 86px; background: url('../img/buttons/btnOk_settings.png') no-repeat; margin: 0 0 0 10px; + cursor: pointer; }