]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1584583 - Reports are unreadable in dark mode
authorKohei Yoshino <kohei.yoshino@gmail.com>
Fri, 15 Nov 2019 15:06:41 +0000 (10:06 -0500)
committerdklawren <dklawren@users.noreply.github.com>
Fri, 15 Nov 2019 15:06:41 +0000 (10:06 -0500)
skins/standard/global.css
template/en/default/reports/report.html.tmpl

index 5b2e7c9835a77af90cac370f0eb7bcc251e48831..59fa9f440ece0e2aec8ae636e87c931daf758f50 100644 (file)
@@ -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;
index 6203a39dd16b118429ca72f6f3de15873d36a7f3..dbb1e792f663657f50bab598989efc7056ab39d6 100644 (file)
@@ -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; }
   "
 %]