From: Joonas Lehtinen Date: Wed, 24 Sep 2008 12:02:24 +0000 (+0000) Subject: Fixes #2113 : PopupView should indicate clickability with hand-cursor X-Git-Tag: 6.7.0.beta1~4100 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=107cca26c226bbb7189c05dceea6c6fb650ba381;p=vaadin-framework.git Fixes #2113 : PopupView should indicate clickability with hand-cursor svn changeset:5503/svn branch:trunk --- 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;