feature/fecha-pago-visible
This commit is contained in:
@@ -120,6 +120,14 @@
|
||||
body {
|
||||
@apply bg-background text-foreground overflow-x-hidden;
|
||||
}
|
||||
|
||||
/* Asegurar que el texto de los inputs de fecha sea legible en modo oscuro
|
||||
y en navegadores WebKit */
|
||||
input[type="date"],
|
||||
input[type="datetime-local"] {
|
||||
color: var(--color-foreground);
|
||||
-webkit-text-fill-color: var(--color-foreground);
|
||||
}
|
||||
}
|
||||
|
||||
@layer components {
|
||||
|
||||
Reference in New Issue
Block a user