1
0
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:
Cameron
2021-02-16 09:25:53 -08:00
parent ba6344bb28
commit ab546c5aab
2 changed files with 11 additions and 2 deletions

View File

@@ -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 ()
{