Another small fix
authorLuzifr <szekely@woltlab.com>
Wed, 8 Feb 2012 12:58:18 +0000 (13:58 +0100)
committerLuzifr <szekely@woltlab.com>
Wed, 8 Feb 2012 12:58:18 +0000 (13:58 +0100)
Note that the style for "jsClipboardEditor" is only temporary - there
will be another CSS-class for it soon!

wcfsetup/install/files/acp/style/wcf.css

index 5d37aaf3168cf080dfb8eb50634172d9e670502b..429d71c20207062a603ae8cb85d939905d324bbb 100644 (file)
@@ -120,8 +120,8 @@ a[href^="https:"]*/ {
        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;
@@ -1348,7 +1348,7 @@ section.wcf-content .wcf-content {
 /* Buttons */
 
 .wcf-badgeButton,
-.wcf-clipboardEditor > ul > li {
+.jsClipboardEditor > ul > li {
        cursor: pointer;
        border-radius: 30px;
        margin-right: 0;
@@ -1367,7 +1367,7 @@ li > .wcf-badgeButton {
 
 .wcf-badgeButton,
 .wcf-badgeButton a,
-.wcf-clipboardEditor > ul > li > span {
+.jsClipboardEditor > ul > li > span {
        text-decoration: none !important;
 }