mirror of
https://github.com/caddyserver/caddy.git
synced 2026-08-07 04:43:10 -04:00
Fix browse template row hover effect for first row
This commit is contained in:
1 parent
ab301fec00
commit
fbad4e15c2
1 file changed
+1
-1
@@ -188,7 +188,7 @@ tr {
|
|||||||
border-bottom: 1px dashed #dadada;
|
border-bottom: 1px dashed #dadada;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr:not(:first-child):hover {
|
tbody tr:hover {
|
||||||
background-color: #ffffec;
|
background-color: #ffffec;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in new issue
Block a user