aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2018-09-23 20:41:01 +0200
committerMario <mario@mariovavti.com>2018-09-23 20:41:01 +0200
commit9b7c6e96f79ef1b2dc9d71d18db816ffd99f644c (patch)
tree0faf0bf397deaa8302603e2d3ec5f4f43faa3ca0 /view/theme/redbasic
parentd83fe9d417d8e7773e0f36b0605f79ab5eec07b7 (diff)
downloadvolse-hubzilla-9b7c6e96f79ef1b2dc9d71d18db816ffd99f644c.tar.gz
volse-hubzilla-9b7c6e96f79ef1b2dc9d71d18db816ffd99f644c.tar.bz2
volse-hubzilla-9b7c6e96f79ef1b2dc9d71d18db816ffd99f644c.zip
only show nav settings icon when hovering over nav
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index a9ea29ba1..c54f571a2 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1274,6 +1274,14 @@ img.mail-conv-sender-photo {
white-space: nowrap;
}
+#nav-app-settings-link {
+ opacity: 0;
+}
+
+nav:hover #nav-app-settings-link {
+ opacity: 1;
+}
+
.page-title {
margin: 7px 0px;
}