diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index aa0cecdd3..59bc3e199 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -630,5 +630,5 @@ html.js fieldset.collapsed legend a { background: #eee url('grippie.png') no-repeat 100% 100%; border: 1px solid #ddd; border-top-width: 0px; - cursor: ns-resize; + cursor: s-resize; } |