This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new a098324  Stick with normal pointer cursor
a098324 is described below

commit a098324235b81202dd99fa5c50fe92b414973b11
Author: Daniel Gruno <[email protected]>
AuthorDate: Mon Nov 1 16:49:18 2021 +0100

    Stick with normal pointer cursor
---
 webui/list.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webui/list.html b/webui/list.html
index a6cf69b..162f73e 100644
--- a/webui/list.html
+++ b/webui/list.html
@@ -65,7 +65,7 @@ the License. -->
           <li><a href="javascript:void(0);" class="searchlistoption" 
onclick="search_set_list('global');"  id="search_list_global">All lists</a></li>
           <li class="divider"></li>
           <li><b>Date range:</b>
-            <span id='drh'><input title="Click to change the date range" 
style="padding-left: 20px; border: none; cursor: url(images/daterange.ico), 
text; min-width: 200px; margin-right: 10px; background-color: transparent; 
font-size: 9pt;" name="d" id='d' data="lte=1M" value="Less than 1 month ago" 
onclick="datePicker(this);" readonly="readonly"/></span>
+            <span id='drh'><input title="Click to change the date range" 
style="padding-left: 20px; border: none; cursor: pointer, text; min-width: 
200px; margin-right: 10px; background-color: transparent; font-size: 9pt;" 
name="d" id='d' data="lte=1M" value="Less than 1 month ago" 
onclick="datePicker(this);" readonly="readonly"/></span>
           </li>
           <li class="divider"></li>
           <li><b>Advanced filters:</b><br/>

Reply via email to