summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2006-03-19 17:49:32 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2006-03-19 17:49:32 +0000
commit35bb5f96d5daedc961ea887b58bd839b13e8e740 (patch)
treed2f442004dc1627dabb8d0598a6f0c789b321333 /css
parent63c65c680850f5f891ecb281432195d06204e223 (diff)
downloadnetsurf-35bb5f96d5daedc961ea887b58bd839b13e8e740.tar.gz
netsurf-35bb5f96d5daedc961ea887b58bd839b13e8e740.tar.bz2
[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
Diffstat (limited to 'css')
-rw-r--r--css/css_enums2
1 files changed, 1 insertions, 1 deletions
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