This is so I have more granular control over interactions between resets and intentional styles
12 lines
225 B
CSS
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;
|
|
}
|
|
}
|