issue #2353 update color for previous commit

This commit is contained in:
HWFord
2025-09-03 11:51:17 +02:00
parent 15d62dc586
commit aed52cc79a
3 changed files with 2 additions and 3 deletions

View File

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

View File

@@ -1909,7 +1909,6 @@ img.ui-datepicker-trigger {
height: 27px;
position: absolute;
bottom: -24px;
background-color: #343434;
left: 0;
transition:height 8s;
}

View File

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