Mercurial > libervia-templates
changeset 80:099ed0c37423
css (login): removed outline in form inputs and replaced them by shadows, give a better design on Chromiu
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 03 Jan 2018 00:37:39 +0100 |
parents | 0ecc1ea955e5 |
children | 3eec00136867 |
files | default/static/login.css |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/default/static/login.css Wed Jan 03 00:35:04 2018 +0100 +++ b/default/static/login.css Wed Jan 03 00:37:39 2018 +0100 @@ -53,12 +53,17 @@ border-radius: 15px 15px 15px 15px; } +#login_form input:not(.form_submit):focus { + box-shadow: 0 0 2px 2px #43d2f6; +} + #login_form input:hover { background-color: #222; } #login_form input:focus { - border: 1px solid #999; + border: 1px solid #999; + outline: none; } #login_box .form_input {