From 1ddbc8a26d7ac36b6fe04194c8122b76d7948e8d Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 18 Jul 2023 11:00:21 +0000 Subject: fix admin table highlight by adding the correct classes (cherry picked from commit c412c01a657fbac49f611b94b4c88cf63f4fff77) --- view/theme/redbasic/css/style.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 658a3cf6e..b20977f28 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -924,10 +924,6 @@ a .drop-icons:hover { list-style-type: none; } -#adminpage table tr:hover { - background-color: #BBC7D7; -} - table { border-spacing: 2px; max-width: 100%; -- cgit v1.2.3