Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 1 month ago
Formulario
Hola a todos, saludos desde ecuador, en la imágen adjunta, hay un formulario con unas lineas grises, como hago estas líneas y el Título azul, es netamente css o algun stylename????
gracias de antemano
Luis
Last updated on
Hola,
Puedes hacerlo modificando el tema. Edita el archivo styles.scss de tu tema y modifícalo así:
.mytheme {
@include addons;
@include mytheme;
.v-formlayout.light > table > tbody > tr > td {
border-bottom: 1px solid #00F;
}
.v-label-h1 {
color: #00F;
}
}
Last updated on
You cannot reply to this thread.