Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@googlemail.com>2017-02-21 01:23:23 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2017-02-21 01:23:23 +0300
commit9356893a6e05652e718d42204f69aeab7c4ed60f (patch)
treeebcfca4bb2ec1f1fcf5f47bf9526df2fed92d3e8 /css
parent4496f42b4a8242c443bdac6dfdfb92e38c23aedc (diff)
Hide three-dots-icon-menu when not active
Diffstat (limited to 'css')
-rw-r--r--css/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 83ab89b0..aaf3fdc0 100644
--- a/css/style.css
+++ b/css/style.css
@@ -44,6 +44,9 @@
#app-navigation .app-navigation-entry-utils li {
font-size: 100%;
}
+#app-navigation li.list:not(.active) .app-navigation-entry-utils-menu-button {
+ display: none;
+ }
#app-navigation .app-navigation-entry-menu li,
.sortorder-dropdown li {
float: inherit;