From 1dfe0af666e0977cebf76a32ed1b8c8398e01a1a Mon Sep 17 00:00:00 2001 From: seriousm4x Date: Tue, 28 Sep 2021 14:21:02 +0200 Subject: [PATCH] make input icon white --- app/wol/static/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +}