From c6bfa74692e5a929c6e09ad6be0462cbaa80d91c Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sun, 4 May 2014 22:24:33 +0200 Subject: [PATCH] Small style optimization --- wcfsetup/install/files/style/global.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wcfsetup/install/files/style/global.less b/wcfsetup/install/files/style/global.less index b3bee8b97f..6c14687251 100644 --- a/wcfsetup/install/files/style/global.less +++ b/wcfsetup/install/files/style/global.less @@ -155,6 +155,10 @@ body > iframe[src="about:blank"] { } .iconFlag { + background-color: @wcfContentBackgroundColor; + border: 1px solid @wcfContainerBorderColor; + padding: 1px; + height: 15px; width: 24px; } -- 2.20.1