summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
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 }