Cristiano Marques wrote:
Hi Cristiano Marques,
I tried what you suggested but it didn't work. Can I ask where to put the js webblock?
Thanks.
Nina
Hi Bruno,
My solution for this was with css only.
.SaveRowAction:hover:after{ content: "Gravar"; background: #4c4c4c; background: rgba(0,0,0,.7); bottom: 26px; color: #fff; left: 20%; padding: 5px 10px; position: absolute; z-index: 98; width: 50px; }
You can do this also with Js if you need to use multi-language.
Samuel