From: Luzifr Date: Wed, 8 Feb 2012 12:58:18 +0000 (+0100) Subject: Another small fix X-Git-Tag: 2.0.0_Beta_1~1360^2~3^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=50c5d0a843f906b0c499079f7f8506e576396f23;p=GitHub%2FWoltLab%2FWCF.git Another small fix Note that the style for "jsClipboardEditor" is only temporary - there will be another CSS-class for it soon! --- diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index 5d37aaf316..429d71c202 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -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; }