From: Kohei Yoshino Date: Fri, 15 Nov 2019 15:06:41 +0000 (-0500) Subject: Bug 1584583 - Reports are unreadable in dark mode X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5cd0b615724e552061e40152f18fc34c02642b5c;p=thirdparty%2Fbugzilla.git Bug 1584583 - Reports are unreadable in dark mode --- diff --git a/skins/standard/global.css b/skins/standard/global.css index 5b2e7c983..59fa9f440 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -842,6 +842,10 @@ input[type="radio"]:checked { text-shadow: none !important; } +.yui-skin-sam .yui-dt th a { + color: inherit !important; +} + .yui-skin-sam .yui-dt table tr, .yui3-skin-sam .yui3-datatable-table tr { border-bottom: 1px solid var(--grid-border-color) !important; diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl index 6203a39dd..dbb1e792f 100644 --- a/template/en/default/reports/report.html.tmpl +++ b/template/en/default/reports/report.html.tmpl @@ -75,6 +75,7 @@ .t3 { background-color: #dddddd } /* grey */ .t4 { background-color: #c3d3ed } /* darker blue */ .ttotal, .ttotal td { background-color: #cfffdf } /* light green */ + .t1, .t2, .t3, .t4, .ttotal, .ttotal td { color: #333; } " %]