From: Jouni Koivuviita Date: Mon, 13 Oct 2008 09:11:55 +0000 (+0000) Subject: Added pointer cursor for default theme popup-calendar button. X-Git-Tag: 6.7.0.beta1~3994 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2864f8b097ffd8d6313534e51d12c08ff1a0fd28;p=vaadin-framework.git Added pointer cursor for default theme popup-calendar button. svn changeset:5633/svn branch:trunk --- 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 {