From b3abb29f2814bafd69095f3ef91bc40cbe5f866c Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 25 Sep 2015 18:28:20 +0200 Subject: Bug 1204238: Migrate tabular report sorting from YUI to jQuery r=gerv --- skins/standard/buglist.css | 32 +++----------------------------- 1 file changed, 3 insertions(+), 29 deletions(-) (limited to 'skins') diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index e58baabfd..74a1e37d7 100644 --- a/skins/standard/buglist.css +++ b/skins/standard/buglist.css @@ -383,44 +383,18 @@ div.bz_section_title span { /* Series & reports (start) */ -.t1 { - background-color: #ffffff; /* white */ -} - -.t2 { - background-color: #dfefff; /* light blue */ -} - -.t3 { - background-color: #dddddd; /* grey */ -} - -.t4 { - background-color: #c3d3ed; /* darker blue */ -} - .ttotal, .ttotal td { - background-color: #cfffdf; /* light green */ + /* !important overrides jQuery DataTables default color */ + background-color: #cfffdf !important; /* light green */ } -.tabular_report_container { +.tabular_report { /* Force tables to be horizontally centered */ margin-left: auto; margin-right: auto; text-align: center; } -.tabular_report { - border: 1px dotted black; - border-collapse: collapse; - text-align: center; -} - -.tabular_report th, .tabular_report td { - border: 1px dotted; - padding: 0.2em; -} - #graphical_report { max-width: 100%; height: auto; -- cgit v1.2.3-24-g4f1b