From 6efd2ce2ff44129e7555d96fe68259dbc78e8fa8 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sat, 22 Dec 2012 00:00:16 +0100 Subject: [PATCH] Added missing text shadow --- wcfsetup/install/files/style/form.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wcfsetup/install/files/style/form.less b/wcfsetup/install/files/style/form.less index 1ac86d00f2..1bbc8f5cc3 100644 --- a/wcfsetup/install/files/style/form.less +++ b/wcfsetup/install/files/style/form.less @@ -133,6 +133,8 @@ dl:not(.plain) { text-align: left; float: none; width: auto; + + .textShadow(@wcfSidebarBackgroundColor); } > dd { @@ -297,7 +299,7 @@ select[multiple][disabled] { input[type='password'], textarea { background-color: @wcfErrorBackgroundColor; - border-color: @wcfErrorBorderColor + border-color: @wcfErrorBorderColor; } } -- 2.20.1