1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-29 02:40:25 +02:00

Tool-tip placement options added to admin prefs. (Applies to Admin-ui areas only)

Admin styling tweaks.
This commit is contained in:
Cameron
2021-02-03 20:38:31 -08:00
parent 5671fbb557
commit 82fbeab43c
8 changed files with 44 additions and 22 deletions

View File

@@ -87,7 +87,7 @@ var e107 = e107 || {'settings': {}, 'behaviors': {}};
e107.behaviors.fieldHelpTooltip = {
attach: function (context, settings)
{
var selector = '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,label,.e-tip,div.form-control';
$(context).find(selector).once('field-help-tooltip').each(function ()
{