From: Fomafix Date: Wed, 14 Dec 2016 06:20:57 +0000 (+0100) Subject: Apply color palette change also to wikitable cell border X-Git-Tag: 1.31.0-rc.0~4605 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=3bf37153d714be2cbe274ea4cc1025f140e8c8fd;p=lhc%2Fweb%2Fwiklou.git Apply color palette change also to wikitable cell border In e7a4daf the color of the wikitable border was changed but not the color of the cells. This leads to a different border color for empty cells and for non-empty cells. Change-Id: Ifb691b7f7c388b068e26ccecb94f822432552466 --- diff --git a/resources/src/mediawiki.legacy/shared.css b/resources/src/mediawiki.legacy/shared.css index 42392ed68c..de2cd5bc3e 100644 --- a/resources/src/mediawiki.legacy/shared.css +++ b/resources/src/mediawiki.legacy/shared.css @@ -363,7 +363,7 @@ table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { - border: 1px solid #aaa; + border: 1px solid #a2a9b1; padding: 0.2em 0.4em; }