From aed52cc79acbfe323b560956598ce0b18689ca95 Mon Sep 17 00:00:00 2001 From: HWFord <54360213+HWFord@users.noreply.github.com> Date: Wed, 3 Sep 2025 11:51:17 +0200 Subject: [PATCH] issue #2353 update color for previous commit --- admin/themes/clear/theme.css | 2 +- admin/themes/default/theme.css | 1 - admin/themes/roma/theme.css | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index e7ad821c4..714e76e8b 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -746,7 +746,7 @@ li.plupload_delete a.remove-format:hover{color: #474747;} /* Picture add */ -.upload-options, .upload-options-content { +.upload-options, .upload-options-content, .options-open::after { background-color: #f5f5f5; color: #777777; } diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index a17fa5227..4b3f46819 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1909,7 +1909,6 @@ img.ui-datepicker-trigger { height: 27px; position: absolute; bottom: -24px; - background-color: #343434; left: 0; transition:height 8s; } diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 54e173ade..9046e551b 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -423,7 +423,7 @@ div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-co /* Picture add */ -.upload-options, .upload-options-content { +.upload-options, .upload-options-content, .options-open::after{ background-color: #343434; }