﻿.blurry-background {
    backdrop-filter: blur(10px);
}

td.actions, th.actions {
    text-align: center;
    width: 1%;
    white-space: nowrap;
}

.no-wrap {
    white-space: nowrap;
}

.context-menu {
    opacity: 0.1;
}

[data-hovering] .context-menu {
    opacity: 1;
}
