From 2d7e855cfb37f35cb2cd0f8f39754002c20c8a7c Mon Sep 17 00:00:00 2001 From: Yorhel Date: Mon, 30 Sep 2019 18:05:28 +0200 Subject: v2rw: Convert login, logout & insecure-password-change forms The insecure-password-change flow is now slightly more friendly. The logout functionality has been hardened to use POST and require CSRF. --- data/style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data') diff --git a/data/style.css b/data/style.css index eb1830a0..1cf46ee2 100644 --- a/data/style.css +++ b/data/style.css @@ -182,6 +182,8 @@ div.spinner { content: ''; border: 3px solid #9eaebd; border-bottom-color: trans #menulist #search input.submit { display: none; } #dd_box abbr { margin: 2px 5px 2px 0!important; } #menulist .notifyget { display: inline-block; width: 135px; padding: 4px; background: $warnbg$; border: 1px solid $warnborder$; } +#menulist .logout { border: 0; background: none; color: $maintext$; cursor: pointer } +#menulist .logout:hover { text-decoration: underline } -- cgit v1.2.3