aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tooltip.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tooltip.js')
-rw-r--r--ui/tooltip.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/tooltip.js b/ui/tooltip.js
index 85c64f2a0..6a9039afe 100644
--- a/ui/tooltip.js
+++ b/ui/tooltip.js
@@ -406,7 +406,8 @@ return $.widget( "ui.tooltip", {
_tooltip: function( element ) {
var tooltip = $( "<div>" )
.attr( "role", "tooltip" )
- .addClass( "ui-tooltip ui-widget ui-corner-all ui-widget-content " +
+ // TODO move to classes option
+ .addClass( "ui-tooltip ui-widget ui-widget-shadow ui-corner-all ui-widget-content " +
( this.options.tooltipClass || "" ) ),
id = tooltip.uniqueId().attr( "id" );