From 45719f43e24e1316b671ab22df858e5fc68a9d8e Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Mon, 6 Dec 2021 18:13:49 -0300 Subject: [PATCH] Fix IE6 CSS table hover color --- assets/css/style-reduced.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style-reduced.css b/assets/css/style-reduced.css index 2e79c1b..e1cfc84 100644 --- a/assets/css/style-reduced.css +++ b/assets/css/style-reduced.css @@ -105,7 +105,7 @@ table { border: 1px solid #808080; } tr:hover { /* N/A on IE6 */ - background: #404040; + background: #202040; } th, td { border: 1px solid #808080;