From: Marcel Werk Date: Sun, 4 May 2014 20:24:33 +0000 (+0200) Subject: Small style optimization X-Git-Tag: 2.1.0_Alpha_1~845^2~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c6bfa74692e5a929c6e09ad6be0462cbaa80d91c;p=GitHub%2FWoltLab%2FWCF.git Small style optimization --- 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; }