From: Maximilian Mader Date: Fri, 12 Jul 2013 19:11:17 +0000 (+0200) Subject: Allow icons to be framed X-Git-Tag: 2.0.0_Beta_7~31^2~3^2^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c8bb8a1812fab4a6a51aacf5a026011b9d5ef715;p=GitHub%2FWoltLab%2FWCF.git Allow icons to be framed Since icons are images too it should be possible to use them with the `.framed` class. --- diff --git a/wcfsetup/install/files/style/global.less b/wcfsetup/install/files/style/global.less index cf34976991..cd7e244e71 100644 --- a/wcfsetup/install/files/style/global.less +++ b/wcfsetup/install/files/style/global.less @@ -136,7 +136,8 @@ body > iframe[src="about:blank"] { .framed { > canvas, - > img { + > img, + > .icon { background-color: @wcfContentBackgroundColor; border: 1px solid @wcfContainerBorderColor; padding: 1px;