From 5baa721eb791e9da1d520fcc1caa9df2d6ed7d38 Mon Sep 17 00:00:00 2001 From: arknu Date: Thu, 16 Oct 2014 13:40:50 +0200 Subject: [PATCH] add cursor: pointer to datepicker button --- src/Umbraco.Web.UI.Client/src/less/property-editors.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web.UI.Client/src/less/property-editors.less b/src/Umbraco.Web.UI.Client/src/less/property-editors.less index 468a66a84c..c6f54a75e8 100644 --- a/src/Umbraco.Web.UI.Client/src/less/property-editors.less +++ b/src/Umbraco.Web.UI.Client/src/less/property-editors.less @@ -497,3 +497,4 @@ ul.color-picker li a { // -------------------------------------------------- .bootstrap-datetimepicker-widget .btn{padding: 0;} .bootstrap-datetimepicker-widget .picker-switch .btn{ background: none; border: none;} +.umb-datepicker .input-append .add-on{cursor: pointer;} \ No newline at end of file