diff --git a/admin/themes/default/template/plugins_installed.tpl b/admin/themes/default/template/plugins_installed.tpl index 33ed41950..9531f16ac 100644 --- a/admin/themes/default/template/plugins_installed.tpl +++ b/admin/themes/default/template/plugins_installed.tpl @@ -124,14 +124,6 @@ jQuery(document).ready(function() { } }); }); - jQuery('.showInfo').tipTip({ - 'delay' : 0, - 'fadeIn' : 200, - 'fadeOut' : 200, - 'maxWidth':'300px', - 'keepAlive':true, - 'activation':'click' - }); jQuery('.fullInfo').tipTip({ 'delay' : 500, 'fadeIn' : 200, diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index bee2424b6..441a24b9c 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -2,7 +2,7 @@ [class*="icon-"]:before { text-decoration:none !important; } .showInfo { font-size:15px;cursor:pointer;line-height:15px; display: flex; align-items: center;} - +.showInfo:hover { text-decoration: none;} /* .Content is on every pages so it is common and it will no longer be a specific css */ .content h2 {margin: 0; padding: 5px 0.5em 5px 0.5em; text-align: right; font-size: 120%;} .content form { text-align: left; margin-left: 7px; margin-right: 9px;}