From 35bb5f96d5daedc961ea887b58bd839b13e8e740 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 19 Mar 2006 17:49:32 +0000 Subject: [project @ 2006-03-19 17:49:32 by dsilvers] Add support for a few more CSS cursors and tidy the GUI_POINTER_* stuff to support what we already had svn path=/import/netsurf/; revision=2135 --- css/css_enums | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css') diff --git a/css/css_enums b/css/css_enums index 757550b7c..ff41f08b1 100644 --- a/css/css_enums +++ b/css/css_enums @@ -5,7 +5,7 @@ css_border_collapse inherit collapse separate css_border_style inherit none hidden dotted dashed solid double groove ridge inset outset css_caption_side inherit top bottom css_clear inherit none both left right -css_cursor inherit auto crosshair default pointer move e-resize ne-resize nw-resize n-resize se-resize sw-resize s-resize w-resize text wait help +css_cursor inherit auto crosshair default pointer move e-resize ne-resize nw-resize n-resize se-resize sw-resize s-resize w-resize text wait help no-drop not-allowed progress css_direction inherit ltr rtl css_display inherit inline block list-item run-in inline-block table inline-table table-row-group table-header-group table-footer-group table-row table-column-group table-column table-cell table-caption none css_empty_cells inherit show hide -- cgit v1.2.3