mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Fix for tips appearing when hovering on labels.
Menu-manager selector styling on light theme.
This commit is contained in:
@@ -87,7 +87,7 @@ var e107 = e107 || {'settings': {}, 'behaviors': {}};
|
||||
e107.behaviors.fieldHelpTooltip = {
|
||||
attach: function (context, settings)
|
||||
{
|
||||
var selector = '.admin-ui-help-tip,div.tbox,div.checkboxes,input,textarea,select,label,.e-tip,div.form-control';
|
||||
var selector = '.admin-ui-help-tip,div.tbox,div.checkboxes,input,textarea,select,.e-tip,div.form-control';
|
||||
|
||||
$(context).find(selector).once('field-help-tooltip').each(function ()
|
||||
{
|
||||
|
Reference in New Issue
Block a user