From: Frédéric Péters Date: Thu, 4 Jun 2020 19:23:03 +0000 (+0200) Subject: lighten style of styles toolbar X-Git-Tag: v2022~30 X-Git-Url: https://git.0d.be/?p=chloro.git;a=commitdiff_plain;h=629667f047a87959f923934e6d6d77be3264f88c;ds=sidebyside lighten style of styles toolbar --- 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; }