tfstated/pkg/webui/static/main.css

10 lines
220 B
CSS
Raw Normal View History

2025-01-26 00:04:38 +01:00
.clickable-rows tbody a {
display: block;
padding: 0 1em 0;
text-decoration: none;
transition: all 0.25s ease-out;
}
.clickable-rows tbody tr:hover a {
background-color: var(--secondary-container);
}