Update the system CSS to use sub-layers
This is so I have more granular control over interactions between resets and intentional styles
This commit is contained in:
parent
714da335e8
commit
0135ca1124
13 changed files with 61 additions and 64 deletions
7
templates/css/resets/tables.css
Normal file
7
templates/css/resets/tables.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.ripcrypt.popover.frameless,
|
||||
.ripcrypt.hud,
|
||||
.ripcrypt > .window-content {
|
||||
table, thead, tbody, th, tr, td {
|
||||
all: revert;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue