From 1247188f7a97fa5e0c2135c6ff1bcd8e997c0fe5 Mon Sep 17 00:00:00 2001 From: Petr Stepchenko Date: Thu, 25 Oct 2018 18:05:58 +0300 Subject: [PATCH] #65 Fix DMSF plugin table header text color --- stylesheets/color_tasks.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stylesheets/color_tasks.css b/stylesheets/color_tasks.css index dcbccd5..17c11f0 100644 --- a/stylesheets/color_tasks.css +++ b/stylesheets/color_tasks.css @@ -57,6 +57,8 @@ table.list{ color: #6b7d94; } table.list th{ color: #f5f6f7;} +body.controller-dmsf table.list th{ color: #6b7d94;} +body.controller-dmsf table.list th > div{text-align: right;} table.list.issues th[title='Sort by "Assigned To"'], table.list.issues th[title='Sort by "% Done"'] { width: 10%; } table.list.issues td{ vertical-align: middle; } table.list.issues td.id{ width: 35px; }