From e346f23ebd9815fcd53dbeca2b0071f89b6b3c4c Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Mon, 8 Jan 2018 16:42:24 +0000 Subject: [PATCH] f18style.css: change cursor for buttons (Forum #82351) git-svn-id: https://svn.fhem.de/fhem/trunk@15826 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/f18style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/www/pgm2/f18style.css b/fhem/www/pgm2/f18style.css index 415960a81..617c2159b 100644 --- a/fhem/www/pgm2/f18style.css +++ b/fhem/www/pgm2/f18style.css @@ -40,6 +40,7 @@ a { text-decoration:none; } div.dist { padding-top:0.3em; } button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; } +select,input[type=submit] { cursor:pointer; } div.pin { float:right; width:1em; height:1em; } div.pinHeader { height:1em; padding:2px; }