From 107cca26c226bbb7189c05dceea6c6fb650ba381 Mon Sep 17 00:00:00 2001 From: Joonas Lehtinen Date: Wed, 24 Sep 2008 12:02:24 +0000 Subject: [PATCH] Fixes #2113 : PopupView should indicate clickability with hand-cursor svn changeset:5503/svn branch:trunk --- WebContent/ITMILL/themes/default/popupview/popupview.css | 5 +++++ WebContent/ITMILL/themes/default/styles.css | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/WebContent/ITMILL/themes/default/popupview/popupview.css b/WebContent/ITMILL/themes/default/popupview/popupview.css index d1024c4f38..bd52ebd429 100644 --- a/WebContent/ITMILL/themes/default/popupview/popupview.css +++ b/WebContent/ITMILL/themes/default/popupview/popupview.css @@ -8,4 +8,9 @@ overflow: auto; padding: 3px; margin: 3px; +} + +.i-popupview { + cursor: pointer; + cursor: hand; } \ No newline at end of file diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index bb0f62d9ac..658d3d7bcb 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -1025,6 +1025,11 @@ input.i-modified, padding: 3px; margin: 3px; } + +.i-popupview { + cursor: pointer; + cursor: hand; +} .i-progressindicator { background: #dfe2e4 url(progressindicator/img/base.gif); height: 9px; -- 2.39.5