From cb4abb201a6d24a0bf489447ba22ebfe02f5bb61 Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Wed, 6 Feb 2013 16:19:02 -0800 Subject: [PATCH] pray the gray away --- static/overlay.css | 5 +++-- themes/atom-dark-ui/editor.css | 4 ++-- themes/atom-dark-ui/select-list.css | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/static/overlay.css b/static/overlay.css index 4cc97ccf3..60bd0a88f 100644 --- a/static/overlay.css +++ b/static/overlay.css @@ -3,12 +3,12 @@ left: 50%; width: 500px; margin-left: -250px; - background: #303030; + background: #202123; color: #eee; padding: 10px; z-index: 9999; box-sizing: border-box; - border: 1px solid rgba(255, 255, 255, 0.1); + border: 1px solid rgba(255, 255, 255, 0.05); box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); border-radius: 3px; } @@ -37,6 +37,7 @@ .overlay.from-bottom { bottom: 0; + border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } \ No newline at end of file diff --git a/themes/atom-dark-ui/editor.css b/themes/atom-dark-ui/editor.css index 3006ed4ef..988ce68c9 100644 --- a/themes/atom-dark-ui/editor.css +++ b/themes/atom-dark-ui/editor.css @@ -1,7 +1,7 @@ .editor.mini { border: 1px solid rgba(0, 0, 0, 0.2); - border-bottom: 1px solid rgba(180, 180, 180, 0.2); - border-right: 1px solid rgba(180, 180, 180, 0.2); + border-bottom: 1px solid rgba(180, 180, 180, 0.1); + border-right: 1px solid rgba(180, 180, 180, 0.1); } .editor .gutter.drop-shadow { diff --git a/themes/atom-dark-ui/select-list.css b/themes/atom-dark-ui/select-list.css index 235e604ff..2de49745b 100644 --- a/themes/atom-dark-ui/select-list.css +++ b/themes/atom-dark-ui/select-list.css @@ -1,5 +1,5 @@ .select-list ol li { - background-color: #292929; + background-color: #27292b; border-bottom: 1px solid #1e1e1e; }