mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-26 02:09:47 +08:00
Fix browse template row hover effect for first row
This commit is contained in:
parent
ab301fec00
commit
fbad4e15c2
|
@ -188,7 +188,7 @@ tr {
|
|||
border-bottom: 1px dashed #dadada;
|
||||
}
|
||||
|
||||
tr:not(:first-child):hover {
|
||||
tbody tr:hover {
|
||||
background-color: #ffffec;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user