make input icon white

This commit is contained in:
seriousm4x
2021-09-28 14:21:02 +02:00
committed by GitHub
parent c6201a87c7
commit 1dfe0af666

View File

@@ -97,6 +97,10 @@
.navbar-menu.is-active {
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2)
}
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
filter: invert(1);
}
}
@keyframes green-pulse {
@@ -125,4 +129,4 @@
100% {
box-shadow: 0 0 0 0 rgba(255, 56, 96, 0);
}
}
}