Prevent the resets from happening where we aren't taking full control.
This commit is contained in:
parent
524ddee9d4
commit
dc4411a2b3
2 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
.ripcrypt {
|
.ripcrypt.hud,
|
||||||
|
.ripcrypt.popover.frameless,
|
||||||
|
.ripcrypt > .window-content {
|
||||||
button, input, select {
|
button, input, select {
|
||||||
all: initial;
|
all: initial;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.ripcrypt.popover.frameless,
|
|
||||||
.ripcrypt.hud,
|
.ripcrypt.hud,
|
||||||
|
.ripcrypt.popover.frameless,
|
||||||
.ripcrypt > .window-content {
|
.ripcrypt > .window-content {
|
||||||
table, thead, tbody, th, tr, td {
|
table, thead, tbody, th, tr, td {
|
||||||
all: revert;
|
all: revert;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue