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; }