From 391a068aadafa5b7197cb7d665e8ef4cda0c19f7 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Thu, 11 Feb 2016 19:29:06 +0100 Subject: [PATCH] - yWeb: add new css class .pointer --- src/nhttpd/web/Y_Main.css | 3 +++ src/nhttpd/web/Y_Version.txt | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/nhttpd/web/Y_Main.css b/src/nhttpd/web/Y_Main.css index 6c975bd3f..659312bb6 100644 --- a/src/nhttpd/web/Y_Main.css +++ b/src/nhttpd/web/Y_Main.css @@ -24,6 +24,9 @@ button,input,select,form,td { height: 0; overflow: hidden; } +.pointer { + cursor: pointer; +} /* buttons */ a img:hover { position:relative; diff --git a/src/nhttpd/web/Y_Version.txt b/src/nhttpd/web/Y_Version.txt index 3843d2a42..8cab6a256 100644 --- a/src/nhttpd/web/Y_Version.txt +++ b/src/nhttpd/web/Y_Version.txt @@ -1,4 +1,4 @@ -version=2.9.0.29 -date=10.02.2016 +version=2.9.0.30 +date=11.02.2016 type=Release info=Port CST