From 24498ccff798081cbb356787881501313d707f8e Mon Sep 17 00:00:00 2001 From: Roland Stigge Date: Tue, 16 Jan 2018 21:37:13 +0100 Subject: Fixed cursor --- html/webbox.css | 1 + src/webbox.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/html/webbox.css b/html/webbox.css index 42761a5..dbed171 100644 --- a/html/webbox.css +++ b/html/webbox.css @@ -24,6 +24,7 @@ div, td, h1 { font-size: 16px; margin: 2px 2px; border-radius: 6px; + cursor: pointer; } .leftbutton { diff --git a/src/webbox.cpp b/src/webbox.cpp index 51b6436..995e688 100644 --- a/src/webbox.cpp +++ b/src/webbox.cpp @@ -13,7 +13,7 @@ #include #include -#define PROGRAMVERSION "1.1" +#define PROGRAMVERSION "1.2" #define BUFSIZE 1000000 // XML special characters: -- cgit v1.2.3