﻿.table td > .operation-box {
    display: none;
}

.table td > .operation-box a {
    cursor: pointer;
}

.table td:hover > .operation-box {
    display: inline-block;
}
