mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 09:35:35 -07:00
Add table row hover effect
This commit is contained in:
@@ -190,6 +190,9 @@ table {
|
||||
tr:nth-child(odd) {
|
||||
background: #1c293a;
|
||||
}
|
||||
tr:hover {
|
||||
background: #000040;
|
||||
}
|
||||
th, td {
|
||||
border: 1px solid #808080;
|
||||
padding: 5px;
|
||||
|
||||
Reference in New Issue
Block a user