From 21f13a9ebe1562e25d865e06b29960882dbb2be8 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Thu, 16 Dec 2010 01:19:15 +0000 Subject: [PATCH] Set cursor to default for tooltips to avoid text cursor appearing and sticking when moving the mouse of a tooltip that's either configure with a delayed exit or fade-out. --- resources/jquery.tipsy/jquery.tipsy.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/jquery.tipsy/jquery.tipsy.css b/resources/jquery.tipsy/jquery.tipsy.css index 56b03f9a15..adf78c2f16 100644 --- a/resources/jquery.tipsy/jquery.tipsy.css +++ b/resources/jquery.tipsy/jquery.tipsy.css @@ -2,6 +2,7 @@ padding: 5px; position: absolute; z-index: 100000; + cursor: default; } .tipsy-inner { padding: 5px 8px 4px 8px; -- 2.20.1