From dc4411a2b3b10c14f09f46a8941175f3e99a9fae Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 11 Apr 2025 22:02:54 -0600 Subject: [PATCH] Prevent the resets from happening where we aren't taking full control. --- templates/css/resets/inputs.css | 4 +++- templates/css/resets/tables.css | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/css/resets/inputs.css b/templates/css/resets/inputs.css index 1206755..3cb409b 100644 --- a/templates/css/resets/inputs.css +++ b/templates/css/resets/inputs.css @@ -1,4 +1,6 @@ -.ripcrypt { +.ripcrypt.hud, +.ripcrypt.popover.frameless, +.ripcrypt > .window-content { button, input, select { all: initial; } diff --git a/templates/css/resets/tables.css b/templates/css/resets/tables.css index 06ee6b0..1e4c53b 100644 --- a/templates/css/resets/tables.css +++ b/templates/css/resets/tables.css @@ -1,5 +1,5 @@ -.ripcrypt.popover.frameless, .ripcrypt.hud, +.ripcrypt.popover.frameless, .ripcrypt > .window-content { table, thead, tbody, th, tr, td { all: revert;