From: Trevor Parscal Date: Thu, 16 Dec 2010 01:19:15 +0000 (+0000) Subject: Set cursor to default for tooltips to avoid text cursor appearing and sticking when... X-Git-Tag: 1.31.0-rc.0~33273 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=21f13a9ebe1562e25d865e06b29960882dbb2be8;p=lhc%2Fweb%2Fwiklou.git 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. --- 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;