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
Apply style to second div
I have been using firebug to inspect some CSS styling and wanted to see if anyone knew how to apply CSS to a particular div instead of affecting all div's in a container?
For example, When i run the css below any div in that path gets the style applied to it and since none of the div's are given style names i can't pinpoint which one should get the styling .
div.v-verticallayout.v-verticallayout-applicanthome.applicanthome > div > div {
overflow-x: hidden !important;
overflow-y: hidden !important;
padding-left: 0px !important;
min-height: 145px !important;
padding-top: 0px !important;
}
Last updated on
I figured it out, i added the n-[3] styling to the child element of choice.
Last updated on
You cannot reply to this thread.