diff options
author | Mario <mario@mariovavti.com> | 2023-07-18 11:00:21 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-07-18 11:00:21 +0000 |
commit | c412c01a657fbac49f611b94b4c88cf63f4fff77 (patch) | |
tree | 3f95ea6397e3f8b6309757a6f862c0e23527e970 /view/theme | |
parent | ef6ea4484eb03d80c96f4d67002e567cebc8ccae (diff) | |
download | volse-hubzilla-c412c01a657fbac49f611b94b4c88cf63f4fff77.tar.gz volse-hubzilla-c412c01a657fbac49f611b94b4c88cf63f4fff77.tar.bz2 volse-hubzilla-c412c01a657fbac49f611b94b4c88cf63f4fff77.zip |
fix admin table highlight by adding the correct classes
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 0 insertions, 4 deletions
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%; |