From 887c90c00d9ab9e3262b64bf294de7d2b1c4b26b Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Tue, 30 May 2017 02:26:30 +0530 Subject: [PATCH] tweak alert styling --- src/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 6dce225..ab2a3e9 100644 --- a/src/style.css +++ b/src/style.css @@ -702,9 +702,14 @@ li.CodeMirror-hint-active { position: fixed; will-change: transform; left: 50%; - top: 0; + top: -3px; padding: 10px; - background: var(--color-sidebar); + background: white; + border: 1px solid #eee; + color: #333; + box-shadow: 0 3px 5px rgba(0,0,0,0.2); + /*color: #333;*/ + font-size: 1rem; border-radius: 3px; z-index: 6; transform: translateY(-100%);