From 31e12a4ab8b2b535503362915f3aa5c374963129 Mon Sep 17 00:00:00 2001 From: Linty Date: Mon, 15 Jul 2024 12:20:59 +0200 Subject: [PATCH] fixes #2185 remove underline and wrong color on hover buttons button `Permissions` and `Visit history` --- admin/themes/default/template/user_list.tpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl index 55e3a77de..5272d54b8 100644 --- a/admin/themes/default/template/user_list.tpl +++ b/admin/themes/default/template/user_list.tpl @@ -2233,6 +2233,12 @@ $(document).ready(function() { width:100%; } +.user-property-permissions a:hover, +.user-property-history a:hover { + color: inherit; + text-decoration: none; +} + .edit-username-validate, .edit-password-validate { display: block;