| @@ -77,8 +77,9 @@ | ||
| 77 | 77 | jQuery("#wpda-dashboard .wpda-dashboard .wpda-dashboard-group .wpda-dashboard-item .label").css("font-size", tx + "px"); |
| 78 | 78 | jQuery("#wpda-dashboard .wpda-dashboard .wpda-dashboard-group .wpda-dashboard-item .fas").css("font-size", fs + "px"); |
| 79 | 79 | jQuery("#wpda-dashboard .wpda-dashboard .wpda-dashboard-group .wpda-dashboard-item .fa-solid").css("font-size", fs + "px").css("height", fs + "px"); |
| 80 | 80 | jQuery("#wpda-dashboard .wpda-dashboard .wpda-dashboard-group .wpda-dashboard-item svg").css("width", fs + "px").css("height", fs + "px"); |
| 81 | + jQuery("#wpda-dashboard .wpda-dashboard .wpda-dashboard-group .subject").css("font-size", tx + "px"); | |
| 81 | 82 | |
| 82 | 83 | jQuery("#wpda-dashboard-toolbar div a i.fas").css("font-size", fs + "px"); |
| 83 | 84 | |
| 84 | 85 | jQuery("#wpda-dashboard-mobile").hide(); |
| @@ -84,13 +85,11 @@ | ||
| 84 | 85 | jQuery("#wpda-dashboard-mobile").hide(); |
| 85 | 86 | jQuery("#wpda-dashboard").fadeIn(1000); |
| 86 | 87 | jQuery("#wpda-dashboard-toolbar").fadeIn(2000); |
| 87 | 88 | |
| 88 | - jQuery(".wpda_tooltip").tooltip({ | |
| 89 | - tooltipClass: "wpda_tooltip_css", | |
| 90 | - }); | |
| 89 | + jQuery(".wpda_tooltip").tooltip({}) | |
| 90 | + .tooltip( "option", "tooltipClass", "wpda_tooltip_css" ); | |
| 91 | 91 | jQuery(".wpda_tooltip_icons").tooltip({ |
| 92 | - tooltipClass: "wpda_tooltip_icons_css", | |
| 93 | 92 | position: { |
| 94 | 93 | my: "center bottom-24", |
| 95 | 94 | at: "center top", |
| 96 | 95 | using: function (position, feedback) { |
| @@ -101,9 +100,10 @@ | ||
| 101 | 100 | .addClass(feedback.horizontal) |
| 102 | 101 | .appendTo(this); |
| 103 | 102 | } |
| 104 | 103 | } |
| 105 | - }); | |
| 104 | + }) | |
| 105 | + .tooltip( "option", "tooltipClass", "wpda_tooltip_icons_css" ); | |
| 106 | 106 | } |
| 107 | 107 | } |
| 108 | 108 | |
| 109 | 109 | function setDashboardWidth() { |