From 9a234b2f361a0153731404d658368f0b1574ef62 Mon Sep 17 00:00:00 2001 From: "Martin, Alexander Scott" Date: Fri, 30 May 2025 21:31:57 -0400 Subject: [PATCH] various changes --- tdx-enhanced.js | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/tdx-enhanced.js b/tdx-enhanced.js index 5dd41e0..e8fd600 100644 --- a/tdx-enhanced.js +++ b/tdx-enhanced.js @@ -1163,7 +1163,7 @@ } //search whole document, frames may reset when reopened - let frames = document.querySelectorAll("iframe") + let frames = document.querySelectorAll("iframe:not(.customEmbed)") if (frames) { [...frames].forEach(frame=>{ injectOtherStyles(frame) @@ -2107,10 +2107,14 @@ body { color: var(--txt-3); } +p.row { + gap: 8px; +} + /* Headers */ h1, h2, h3, h4, h5 { - color: var(--txt-1) + color: var(--txt-1) !important; } .tdx-header-container { @@ -2873,6 +2877,18 @@ div.input-group .input-group-btn .btn-file:last-child:hover, div.input-group .in color: var(--col-100) !important; } +a.btn.btn-primary { + background-color: var(--col-600) !important; + color: var(--txt-5) !important; + border-color: var(--col-600) !important; +} + +a.btn.btn-primary:hover { + background-color: var(--col-400) !important; + color: var(--txt-5) !important; + border-color: var(--col-400) !important; +} + .btn-primary { background-color: var(--col-600); color: var(--txt-5); @@ -3675,9 +3691,10 @@ div.select2-container.select2-allowclear .select2-choice abbr { background-color: var(--col-200) !important; } -.tdx-user-icon, .tdx-multiuser-icon { - background-color: var(--col-0) !important; - color: var(--txt-5) !important; +.tdx-user-icon, .tdx-multiuser-icon, +div.profile-image.red-bg, div.profile-image.green-bg, div.profile-image.red-bg, div.profile-image.blue-bg, div.profile-image.yellow-bg, div.profile-image.gray-bg, div.profile-image.initials.red-bg, div.profile-image.initials.green-bg, div.profile-image.initials.red-bg, div.profile-image.initials.blue-bg, div.profile-image.initials.yellow-bg, div.profile-image.initials.gray-bg { + background-color: var(--col-400) !important; + color: var(--col-100) !important; } .tdx-widget-indicator-icon {