From 2864f8b097ffd8d6313534e51d12c08ff1a0fd28 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Mon, 13 Oct 2008 09:11:55 +0000 Subject: [PATCH] Added pointer cursor for default theme popup-calendar button. svn changeset:5633/svn branch:trunk --- WebContent/ITMILL/themes/default/datefield/datefield.css | 3 ++- WebContent/ITMILL/themes/default/styles.css | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/WebContent/ITMILL/themes/default/datefield/datefield.css b/WebContent/ITMILL/themes/default/datefield/datefield.css index f541f17b4b..26e9cfa201 100644 --- a/WebContent/ITMILL/themes/default/datefield/datefield.css +++ b/WebContent/ITMILL/themes/default/datefield/datefield.css @@ -10,7 +10,8 @@ overflow: hidden; border: none; background: transparent url(img/open-button.png) no-repeat right 0; - vertical-align: top; + vertical-align: top; + cursor: pointer; } .i-datefield-popup { diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index cfe883c080..09ab8448c6 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -425,6 +425,7 @@ input.i-modified, border: none; background: transparent url(datefield/img/open-button.png) no-repeat right 0; vertical-align: top; + cursor: pointer; } .i-datefield-popup { -- 2.39.5