diff --git a/app/wol/static/css/style.css b/app/wol/static/css/style.css index a323e40f..73539f88 100644 --- a/app/wol/static/css/style.css +++ b/app/wol/static/css/style.css @@ -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); } -} \ No newline at end of file +}