From: Ed Sanders Date: Tue, 2 Jan 2018 13:36:56 +0000 (+0000) Subject: Fix border colour used for textarea X-Git-Tag: 1.31.0-rc.0~1025^2 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=8451a9f876abe666d3f9b0ffa0ed38ab4f69b371;p=lhc%2Fweb%2Fwiklou.git Fix border colour used for textarea Prevents FOUC when WikiEditor finishes loading. Change-Id: Ib3610939cdb4b6a65f702688de9852a203ad6bab --- diff --git a/resources/src/mediawiki.skinning/interface.css b/resources/src/mediawiki.skinning/interface.css index 8cd25d86d6..e2aeffd7a7 100644 --- a/resources/src/mediawiki.skinning/interface.css +++ b/resources/src/mediawiki.skinning/interface.css @@ -16,8 +16,9 @@ } textarea { - /* Support Firefox: Border rule required to override system appearance on Linux */ - border: 1px solid #a2a9b1; + /* Support: Firefox */ + /* Border rule required to override system appearance on Linux (T136415) */ + border: 1px solid #c8ccd1; } .editOptions {