I have some alerts in my Tapestry web application and it works great but I would like to hide the Dismiss All
button in my alerts.
I´ve tried it but nothing works. Even css code like this does not work:
body DIV.t-dismiss {
display: none;
}
What can I do to remove this button?