summaryrefslogtreecommitdiff
path: root/pkg/webui/static/main.css
blob: ae56cd0d31ab105ef54a494498c08bbbb50d2fd0 (plain)
1
2
3
4
5
6
7
8
table tbody a {
    display: block;
    text-decoration: none;
    transition: all 0.25s ease-out;
}
.clickable-rows tbody tr:hover a {
    background-color: var(--secondary-container);
}