summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-09-30 18:05:28 +0200
committerYorhel <git@yorhel.nl>2019-09-30 18:05:41 +0200
commit2d7e855cfb37f35cb2cd0f8f39754002c20c8a7c (patch)
treeb1ff536adee289c3b6e1a56c1f1a71acd1da6c87 /data
parent24e08e0f2caf8dede4a0c8a77b8ede1e13899785 (diff)
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.
Diffstat (limited to 'data')
-rw-r--r--data/style.css2
1 files changed, 2 insertions, 0 deletions
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 }