mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 09:35:35 -07:00
Fix IE6 CSS table hover color
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user