From fe5d23f01ffb72261a001143139baa2db44c62e5 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Wed, 14 Nov 2012 04:11:32 +0100 Subject: [PATCH] Added styling for external links --- wcfsetup/install/files/style/global.less | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/wcfsetup/install/files/style/global.less b/wcfsetup/install/files/style/global.less index d5d3c1139c..9bac2decb8 100644 --- a/wcfsetup/install/files/style/global.less +++ b/wcfsetup/install/files/style/global.less @@ -28,6 +28,17 @@ a { color: @wcfLinkHoverColor; text-decoration: underline; } + + &.externalURL { + background-image: url('../icon/externalURL.svg'); + background-position: right center; + background-repeat: no-repeat; + padding-right: 17px; + + &:hover { + background-image: url('../icon/externalURLColored.svg'); + } + } } .footer, .logo { -- 2.20.1