ananzhusen 8 mesi fa
parent
commit
68eb0b09be
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      src/styles/app.css

+ 8 - 0
src/styles/app.css

@@ -586,3 +586,11 @@ a.hover:hover {
     padding: 6px !important;
   }
 }
+
+input[type="date"]::-webkit-calendar-picker-indicator {
+  filter: invert(1);
+}
+
+input[type="time"]::-webkit-calendar-picker-indicator {
+  filter: invert(1);
+}