From 2ced051f56f5aad21481fb470f615c9c63b38395 Mon Sep 17 00:00:00 2001 From: miguel angel rasteu Date: Thu, 3 Aug 2023 09:43:06 +0200 Subject: [PATCH] #11668 Fix modal --- .../include/styles/pandora_black.css | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index e30fad7fc1..0432aa55bc 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -1812,3 +1812,30 @@ a.pandora_pagination, .tox .tox-statusbar__resize-handle > svg { filter: invert(100%); } + +.tox-dialog, +.tox-dialog__header, +.tox-dialog__footer { + color: #fff !important; + background-color: #333 !important; +} + +.tox .tox-button--naked { + background-color: transparent !important; + border-color: transparent !important; + box-shadow: unset !important; + color: #fff !important; +} + +.tox-button:not(.tox-button--secondary):not(.tox-button--naked) { + background: var(--primary-color) !important; + border: 2px solid var(--primary-color) !important; +} + +.tox-button:not(.tox-button--secondary):not(.tox-button--naked):hover { + background: #1d7873 !important; +} +.tox .tox-listboxfield .tox-listbox--select { + background-color: #111 !important; + color: #fff !important; +}