tfstated/pkg/webui/static/main.css

9 lines
188 B
CSS
Raw Normal View History

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