ripcrypt/templates/css/resets/tables.css

7 lines
129 B
CSS

.ripcrypt.hud,
.ripcrypt.popover.frameless,
.ripcrypt > .window-content {
table, thead, tbody, th, tr, td {
all: revert;
}
}