From c858b66b2410019faf7825fd71bc7b04efaaf9a2 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Mon, 17 Oct 2011 17:32:22 +0200 Subject: [PATCH] Small corrections We need a way to show a hand-cursor on every element which commits an action, such as delete or info, not depending if there's a link on that element. So that should work on plain images with Javasript-actions too. This should not de related to the balloon-tooltip; small change in package list. --- wcfsetup/install/files/acp/style/style.css | 5 +++-- wcfsetup/install/files/acp/templates/packageListDetailed.tpl | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/wcfsetup/install/files/acp/style/style.css b/wcfsetup/install/files/acp/style/style.css index 5e340b240f..d22a5d1d1e 100644 --- a/wcfsetup/install/files/acp/style/style.css +++ b/wcfsetup/install/files/acp/style/style.css @@ -2229,8 +2229,9 @@ li > .badgeButton { box-shadow: 0 3px 7px rgba(0, 0, 0, .3); } -.balloonTooltip { - /* Not reliable, sometimes not wanted! */ +a.balloonTooltip, +a .balloonTooltip { + /* ToDo: Find a way to show a hand-cursor even without link! */ cursor: pointer; } diff --git a/wcfsetup/install/files/acp/templates/packageListDetailed.tpl b/wcfsetup/install/files/acp/templates/packageListDetailed.tpl index 75bae74075..5adc96c1c0 100644 --- a/wcfsetup/install/files/acp/templates/packageListDetailed.tpl +++ b/wcfsetup/install/files/acp/templates/packageListDetailed.tpl @@ -59,7 +59,7 @@ {/if} {if $__wcf->session->getPermission('admin.system.package.canUninstallPackage') && $package->package != 'com.woltlab.wcf' && $package->packageID != PACKAGE_ID} - + {else} {/if} -- 2.20.1