diff --git a/assets/tabulka.css b/assets/tabulka.css index 8bd8ed3..4f073b5 100644 --- a/assets/tabulka.css +++ b/assets/tabulka.css @@ -28,6 +28,6 @@ tbody tr:nth-child { background-color: #c0c0c0; } -tbody tr:hover { +tbody tr:hover > tr > td { background-color: #7a7a7a; }