Fixed external URL icon
authorMarcel Werk <burntime@woltlab.com>
Sun, 27 Jan 2013 14:43:41 +0000 (15:43 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sun, 27 Jan 2013 14:43:41 +0000 (15:43 +0100)
wcfsetup/install/files/style/global.less

index 6df72c6f968b6169aa0859782112ab708350237b..9f98e3476d204e2d212fa38e027d0aae36337ecf 100644 (file)
@@ -32,8 +32,10 @@ a {
        &.externalURL:after {
                content: "\f08e";
                display: inline-block;
-               font-family: FontAwesome;
-               font-size: 14px;
+               font-family: FontAwesome !important;
+               font-size: 14px !important;
+               font-weight: normal !important;
+               font-style: normal !important; 
                margin-left: 4px;
                vertical-align: -1px;
        }