Set cursor to default for tooltips to avoid text cursor appearing and sticking when...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Thu, 16 Dec 2010 01:19:15 +0000 (01:19 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Thu, 16 Dec 2010 01:19:15 +0000 (01:19 +0000)
resources/jquery.tipsy/jquery.tipsy.css

index 56b03f9..adf78c2 100644 (file)
@@ -2,6 +2,7 @@
        padding: 5px;
        position: absolute;
        z-index: 100000;
+       cursor: default;
 }
 .tipsy-inner {
        padding: 5px 8px 4px 8px;