summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-01-04 20:44:04 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-01-04 20:44:04 +0000
commit7a2d7d0937309eea379622d6446da45a28c8cd5d (patch)
treeceae86261c7feefc6449d09a3adaae4419f4b501 /misc
parent9385794e235c6e291a02540bdfe0ce6cd0367449 (diff)
downloadbrdo-7a2d7d0937309eea379622d6446da45a28c8cd5d.tar.gz
brdo-7a2d7d0937309eea379622d6446da45a28c8cd5d.tar.bz2
- #42910: Use CSS2 s-resize instead of CSS3 ns-resize.
Diffstat (limited to 'misc')
-rw-r--r--misc/drupal.css2
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;
}