Added missing text shadow
authorMarcel Werk <burntime@woltlab.com>
Fri, 21 Dec 2012 23:00:16 +0000 (00:00 +0100)
committerMarcel Werk <burntime@woltlab.com>
Fri, 21 Dec 2012 23:00:16 +0000 (00:00 +0100)
wcfsetup/install/files/style/form.less

index 1ac86d00f2728264f50735535b9a16aff03a2613..1bbc8f5cc32c6c4287efb17904b9ad41e12a880d 100644 (file)
@@ -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;
        }
 }