From f505ffbbb0b581c955bad27311be1c61c296cc3d Mon Sep 17 00:00:00 2001 From: HWFord <54360213+HWFord@users.noreply.github.com> Date: Fri, 7 Mar 2025 16:10:00 +0100 Subject: [PATCH] (cp 02653495e) fixes #2342 change edit tag popin color --- admin/themes/clear/theme.css | 4 ++++ admin/themes/default/theme.css | 7 ++++++- admin/themes/roma/theme.css | 4 ++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 4c9f27d17..d5e2a76c9 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -875,4 +875,8 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; #whats_new button:hover{ background-color:#FFA646; +} + +.RenameTagPopInContainer { + background-color:#fff; } \ No newline at end of file diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index d74dd9392..d29e102d2 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -4356,7 +4356,12 @@ a#showPermissions:hover {text-decoration: none;} width: auto; min-width: 270px; max-width: 700px; - background-color: white; +} + +.RenameTagPopInContainer .ClosePopIn{ + top:15px; + right:15px; + position:absolute; } .AddIcon { diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 6d9cf7a0b..b94f6ab36 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -2368,4 +2368,8 @@ ul.jqtree-tree li.jqtree-ghost span.jqtree-line { .certification[data-certification="-1"] { background-image: url("images/certification/CertificationWarningDM.svg")!important; +} + +.RenameTagPopInContainer { + background-color:#444; } \ No newline at end of file