/* - share.kss - */ /* */ /* The above trick to let this file not be cached does not work, unless this file is renamed to have a kss.dtml extension. */ #compartilhe:mouseover() { action-client: removeClass; removeClass-kssSelector: htmlid(shareit); removeClass-value:hidden; } #shareit:mouseover() { action-client: addClass; addClass-kssSelector: htmlid(shareit); addClass-value:hidden; }