ripcrypt/templates/css/elements/table.css
Oliver-Akins 0135ca1124 Update the system CSS to use sub-layers
This is so I have more granular control over interactions between resets and intentional styles
2025-04-11 21:06:40 -06:00

12 lines
225 B
CSS

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