From: Luzifr Date: Tue, 13 Dec 2011 18:57:10 +0000 (+0100) Subject: Another small change. X-Git-Tag: 2.0.0_Beta_1~1530 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=db49d90adfb6032b1aa954a507b12ab8ff4478db;p=GitHub%2FWoltLab%2FWCF.git Another small change. --- diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index 658f468766..6cf1d87ff8 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -1668,7 +1668,7 @@ input[type='email'][disabled='disabled'], input[type='password'][disabled='disabled'], textarea[disabled='disabled'] { border-style: solid; - border-color: rgba(0, 0, 0, .5); + border-color: rgba(255, 255, 255, .5); background-color: rgba(255, 255, 255, .5); }