Add podcast episode date picker for pubDate

This commit is contained in:
advplyr 2022-04-12 17:32:27 -05:00
parent 469278cd1e
commit b0b1d2707d
4 changed files with 24 additions and 4 deletions

View file

@ -83,4 +83,7 @@ input:read-only {
color: #bbb;
background-color: #444;
}
input::-webkit-calendar-picker-indicator {
filter: invert(1);
}
</style>