Fix IE6 CSS table hover color

This commit is contained in:
RichardG867
2021-12-06 18:13:49 -03:00
parent 79407b35c4
commit 45719f43e2

View File

@@ -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;