ripcrypt/templates/css/elements/table.css
2025-03-15 14:43:08 -06:00

18 lines
293 B
CSS

.ripcrypt.popover.frameless table,
.ripcrypt.hud table,
.ripcrypt > .window-content table {
all: revert;
box-sizing: border-box;
border-collapse: collapse;
thead, tbody, tr {
all: revert;
}
td, th {
all: revert;
padding: 2px 4px;
font-weight: initial;
text-align: left;
}
}