From c285c31baa603c25502f487404ec50d0e1cf52b9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 7 Jul 2022 11:41:15 +0200 Subject: [PATCH] css --- htdocs/theme/eldy/global.inc.php | 3 +++ htdocs/theme/md/style.css.php | 3 +++ 2 files changed, 6 insertions(+) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 70b5285fb2c..2e225e1658f 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -871,6 +871,9 @@ textarea.centpercent { .cursorpointer { cursor: pointer; } +.classfortooltiponclick .fa-question-circle { + cursor: pointer; +} .cursormove { cursor: move; } diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 90607fd31be..ceb5caa9d44 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -1020,6 +1020,9 @@ textarea.centpercent { .cursorpointer { cursor: pointer; } +.classfortooltiponclick .fa-question-circle { + cursor: pointer; +} .cursormove { cursor: move; }