Skip to content

Commit 1247188

Browse files
committed
#65 Fix DMSF plugin table header text color
1 parent e144f4a commit 1247188

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stylesheets/color_tasks.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ table.list{
5757
color: #6b7d94;
5858
}
5959
table.list th{ color: #f5f6f7;}
60+
body.controller-dmsf table.list th{ color: #6b7d94;}
61+
body.controller-dmsf table.list th > div{text-align: right;}
6062
table.list.issues th[title='Sort by "Assigned To"'], table.list.issues th[title='Sort by "% Done"'] { width: 10%; }
6163
table.list.issues td{ vertical-align: middle; }
6264
table.list.issues td.id{ width: 35px; }

0 commit comments

Comments
 (0)