kitodo / kitodo-publication

Kitodo.Publication
GNU General Public License v3.0
13 stars 13 forks source link

Set explicit color for datepicker in the backoffice #182

Closed Erikmitk closed 4 years ago

Erikmitk commented 4 years ago

The TYPO3 backend.css overrules the colors for the datepicker text so we have to make that explicit here.

Before:

image

After:

image

The better solution would be to reduce the .classes in the datepicker markup but that would be overkill when the whole backoffice moves to the frontend anyway. Also, I don't want to touch the minimized bootstrap-datetimejs.min.js.