fix find and replace label

Style input label on CKEditor search and replace dialogue
This commit is contained in:
Cody Williams
2022-02-07 12:39:40 -08:00
parent 96a838692a
commit a153fb6813

View File

@@ -159,6 +159,12 @@ body .global-menu-button {
color: #FFF !important; color: #FFF !important;
} }
/* text label in find and replace dialog */
.ck-find-and-replace-form__find .ck-labeled-field-view .ck-labeled-field-view__input-wrapper label.ck-label {
background-color: #033c53 !important;
color: #dedede !important;
}
/* fix main left bar calendar picker */ /* fix main left bar calendar picker */
body ::-webkit-calendar-picker-indicator { body ::-webkit-calendar-picker-indicator {
filter: invert(1); filter: invert(1);