From fe1e160e36f8a055548423ae9d2983cfdf59d93a Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Tue, 24 Oct 2017 19:10:42 +0200 Subject: [PATCH] Highlight current row in scrolling tables. --- css/custom.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/custom.sass b/css/custom.sass index f47329a..235066f 100644 --- a/css/custom.sass +++ b/css/custom.sass @@ -68,6 +68,9 @@ td background-color: white display: block + tr:hover td + background-color: rgba(gray, 0.3) + $noteclassic: #99d $noteimportant: #ff0 $notewarning: #d99