From: Alexander Ebert Date: Sat, 30 Apr 2016 11:14:48 +0000 (+0200) Subject: Added proper styling for `.formError` X-Git-Tag: 3.0.0_Beta_1~1790 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=771df927d9d755102ab1f89d5e0faba03b579811;p=GitHub%2FWoltLab%2FWCF.git Added proper styling for `.formError` --- diff --git a/wcfsetup/install/files/style/layout/form.scss b/wcfsetup/install/files/style/layout/form.scss index dbbd043e34..e03cc2cd57 100644 --- a/wcfsetup/install/files/style/layout/form.scss +++ b/wcfsetup/install/files/style/layout/form.scss @@ -209,6 +209,18 @@ input { } } +.formError { + dt { + color: rgba(204, 0, 1, 1) !important; + } + + input, + select, + textarea { + border-color: rgba(204, 0, 1, 1) !important; + } +} + /* grid-based form controls */ .formGrid { dt {