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

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

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

.cursor-pointer tbody tr {
    cursor: pointer;
}

td.hex-cell {
    width: 1%;
    white-space: nowrap;
}

.hex-dump {
    font-family: "SFMono-Regular", "Consolas", "Liberation Mono", Menlo, monospace;
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
    color: var(--mud-palette-success);
    background-color: var(--mud-palette-background-grey);
    padding: 2px 8px;
    border-radius: 4px;
    white-space: nowrap;
}

.context-menu {
    opacity: 0.1;
}

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