From c8bb8a1812fab4a6a51aacf5a026011b9d5ef715 Mon Sep 17 00:00:00 2001 From: Maximilian Mader Date: Fri, 12 Jul 2013 21:11:17 +0200 Subject: [PATCH] Allow icons to be framed Since icons are images too it should be possible to use them with the `.framed` class. --- wcfsetup/install/files/style/global.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.20.1