From 42e7a711ff735a0956772188cefa9f7f106e6e69 Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Tue, 29 Jan 2013 10:45:38 -0800 Subject: [PATCH] tweak light select list styles so mini editor looks good --- themes/Atom - Light/command-palette.css | 2 +- themes/Atom - Light/select-list.css | 11 +++-------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/themes/Atom - Light/command-palette.css b/themes/Atom - Light/command-palette.css index 272b6b806..a3a00caf7 100644 --- a/themes/Atom - Light/command-palette.css +++ b/themes/Atom - Light/command-palette.css @@ -29,6 +29,6 @@ } .command-palette ol .event-name { - background: rgba(0, 0, 0, .2); + background: rgba(0, 0, 0, .3); color: #fff; } \ No newline at end of file diff --git a/themes/Atom - Light/select-list.css b/themes/Atom - Light/select-list.css index 6142a4c13..99de4fd06 100644 --- a/themes/Atom - Light/select-list.css +++ b/themes/Atom - Light/select-list.css @@ -1,5 +1,5 @@ .select-list { - background-color: #eeeeee; + background-color: #e5e5e5; border: 1px solid #c6c6c6; color: #323232; box-shadow: 0 0 10px #555; @@ -9,18 +9,13 @@ cursor: pointer; } -.select-list .editor { - border: 1px solid #afafaf; - box-shadow: inset 0 0 2px #ccc; -} - .select-list ol { border: 1px solid #d2d2d2; } .select-list ol li { background-color: #f5f5f5; - border-bottom: 1px solid #e6e6e6; + border-bottom: 1px solid #ccc; padding: 5px; } @@ -37,7 +32,7 @@ } .select-list ol .selected { - background-color: #e1e1e1; + background-color: #e0e0e0; } .select-list .error {