From f27186c85fc8b071dacbf431f0f4e1d32a30410b Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Wed, 22 Jul 2015 14:21:57 -0400 Subject: [PATCH] Better styling for inactive stars in the table view --- static/css/directives/ui/repo-list-table.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/directives/ui/repo-list-table.css b/static/css/directives/ui/repo-list-table.css index f0f7682a1..25317da2f 100644 --- a/static/css/directives/ui/repo-list-table.css +++ b/static/css/directives/ui/repo-list-table.css @@ -29,4 +29,8 @@ .repo-list-table .popularity { line-height: 10px; +} + +.repo-list-table .repo-star i { + color: #ccc; } \ No newline at end of file