Bug 30797: (follow-up) Hide default Flatpickr clear-field button

The basic MARC editor has its own button associated with each subfield
for emptying the contents of the input. Since the Flatpickr "X" icon
causes a layout problem and would be redundant, we can hide it on this page.

Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
Owen Leonard 2022-05-18 12:27:02 +00:00 committed by Fridolin Somers
parent 72176f9513
commit 7ccb32747b

View file

@ -223,6 +223,10 @@ a.tagnum {
width: 31em;
}
#cat_addbiblio .field_marceditor .flatpickr_wrapper {
display: none;
}
.mandatory_marker {
color: red;
}