Note that the style for "jsClipboardEditor" is only temporary - there
will be another CSS-class for it soon!
padding-right: 17px;
}
-.wcf-eMailLink/*,
-a[href^="mailto:"]*/ {
+.wcf-eMailLink,
+a[href^="mailto:"] {
background-image: url('../../icon/email1.svg');
background-position: left center;
background-repeat: no-repeat;
/* Buttons */
.wcf-badgeButton,
-.wcf-clipboardEditor > ul > li {
+.jsClipboardEditor > ul > li {
cursor: pointer;
border-radius: 30px;
margin-right: 0;
.wcf-badgeButton,
.wcf-badgeButton a,
-.wcf-clipboardEditor > ul > li > span {
+.jsClipboardEditor > ul > li > span {
text-decoration: none !important;
}