From f89db4d8a2aeaa23dd0897b1ef4bfa68cdd135ad Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 25 Feb 2013 15:30:41 -0800 Subject: [PATCH] Make right and directory class the same color --- themes/atom-dark-ui/select-list.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/themes/atom-dark-ui/select-list.css b/themes/atom-dark-ui/select-list.css index edf5c024b..789ac5313 100644 --- a/themes/atom-dark-ui/select-list.css +++ b/themes/atom-dark-ui/select-list.css @@ -7,12 +7,6 @@ color: #ddd; } -.select-list li .right { - color: #999; - display: inline-block; - margin-top: -3px; -} - .select-list .key-binding { background: -webkit-linear-gradient( rgba(100, 100, 100, 0.5), @@ -31,6 +25,7 @@ background-image: -webkit-linear-gradient(#7e7e7e, #737373); } +.select-list .right, .select-list .directory { color: #777; } @@ -39,6 +34,7 @@ color: #fff; } +.select-list ol .selected .right, .select-list ol .selected .directory { color: #ccc; }