mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
Highlight current row in scrolling tables.
This commit is contained in:
parent
e505b0a6c4
commit
fe1e160e36
@ -68,6 +68,9 @@ td
|
|||||||
background-color: white
|
background-color: white
|
||||||
display: block
|
display: block
|
||||||
|
|
||||||
|
tr:hover td
|
||||||
|
background-color: rgba(gray, 0.3)
|
||||||
|
|
||||||
$noteclassic: #99d
|
$noteclassic: #99d
|
||||||
$noteimportant: #ff0
|
$noteimportant: #ff0
|
||||||
$notewarning: #d99
|
$notewarning: #d99
|
||||||
|
Loading…
Reference in New Issue
Block a user