color: rgb(255, 172, 0);
}
+#sone a.link {
+ cursor: pointer;
+}
+
#sone a.internet {
color: rgb(255, 0, 0);
}
<div class="short-text">
<%= Notification.NewPost.ShortText|l10n|html>
- <a href="javascript:showNotificationDetails('<%notification.id|html>'); return false;"><%= Notification.ClickHereToRead|l10n|html></a>
+ <a class="link" onclick="showNotificationDetails('<%notification.id|html>'); return false;"><%= Notification.ClickHereToRead|l10n|html></a>
</div>
<div class="text hidden">
<%= Notification.NewPost.Text|l10n|html>
<div class="short-text">
<%= Notification.NewReply.ShortText|l10n|html>
- <a href="javascript:showNotificationDetails('<%notification.id|html>'); return false;"><%= Notification.ClickHereToRead|l10n|html></a>
+ <a class="link" onclick="showNotificationDetails('<%notification.id|html>'); return false;"><%= Notification.ClickHereToRead|l10n|html></a>
</div>
<div class="text hidden">
<%= Notification.NewReply.Text|l10n|html>
<div class="short-text">
<%= Notification.NewSone.ShortText|l10n|html>
- <a href="javascript:showNotificationDetails('<%notification.id|html>'); return false;"><%= Notification.ClickHereToRead|l10n|html></a>
+ <a class="link" onclick="showNotificationDetails('<%notification.id|html>'); return false;"><%= Notification.ClickHereToRead|l10n|html></a>
</div>
<div class="text hidden">
<%= Notification.NewSone.Text|l10n|html>