Update table header color of `.mw-datatable`
authorVolker E <volker.e@wikimedia.org>
Mon, 8 Apr 2019 05:30:01 +0000 (22:30 -0700)
committerVolker E <volker.e@wikimedia.org>
Mon, 8 Apr 2019 05:30:01 +0000 (22:30 -0700)
Bug: T214208
Change-Id: Id5f14b9a3af40a83385dcb4baf0e2d464c5e07a9

resources/src/mediawiki.legacy/shared.css

index 5f20cf9..a63c5c6 100644 (file)
@@ -462,7 +462,7 @@ a.new {
 }
 
 .mw-datatable th {
 }
 
 .mw-datatable th {
-       background-color: #ddf;
+       background-color: #eaeeff;
 }
 
 .mw-datatable td {
 }
 
 .mw-datatable td {