Skip to content

Commit

Permalink
#65 Fix DMSF plugin table header text color
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrino committed Oct 25, 2018
1 parent e144f4a commit 1247188
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stylesheets/color_tasks.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 1247188

Please sign in to comment.