From 629667f047a87959f923934e6d6d77be3264f88c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 4 Jun 2020 21:23:03 +0200 Subject: [PATCH] lighten style of styles toolbar --- chloro/phyll/static/css/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chloro/phyll/static/css/style.scss b/chloro/phyll/static/css/style.scss index 9c912ba..e4fea81 100644 --- a/chloro/phyll/static/css/style.scss +++ b/chloro/phyll/static/css/style.scss @@ -185,6 +185,7 @@ footer { .style-popup { background: white; + box-shadow: 0 0 5px #666; input { display: none; padding: 3px; @@ -202,8 +203,7 @@ footer { height: 2em; text-align: center; background: #eee; - border: 1px outset #ccc; - margin-right: 1px; + border: 0px; &:hover { background: #ccc; } -- 2.39.2