Apply color palette change also to wikitable cell border
authorFomafix <fomafix@googlemail.com>
Wed, 14 Dec 2016 06:20:57 +0000 (07:20 +0100)
committerFomafix <fomafix@googlemail.com>
Wed, 14 Dec 2016 06:20:57 +0000 (07:20 +0100)
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

resources/src/mediawiki.legacy/shared.css

index 42392ed..de2cd5b 100644 (file)
@@ -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;
 }