[bugzilla-gnome-org-customizations] Style attachement table on bug report page



commit 95fa9c38c6c8f779fe04cdfcfe7363225db26bd4
Author: Tom Tryfonidis <tomtryf gnome org>
Date:   Sun Mar 12 12:34:18 2017 +0200

    Style attachement table on bug report page

 skins/contrib/Gnome/global.css |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/skins/contrib/Gnome/global.css b/skins/contrib/Gnome/global.css
index 89c46f5..df4c71e 100644
--- a/skins/contrib/Gnome/global.css
+++ b/skins/contrib/Gnome/global.css
@@ -144,6 +144,21 @@ select, select[multiple] {
     list-display: none;
 }
 
+/* BZ bug page*/
+
+/* Attachment and Tracking time table */
+
+#attachment_table th,
+.bz_attach_footer,
+.bz_time_tracking_table th {
+    background-color: #fff;
+    color: #000;
+}
+
+#attachment_table td {
+    border: none;
+}
+
 /* Footer */
 
 #footer {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]