summaryrefslogtreecommitdiffstats
path: root/core/css/header.css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-05 11:53:50 +0200
committerJoas Schilling <coding@schilljs.com>2022-08-05 11:53:50 +0200
commitf41edf26bdcef571c4bdb2572f48271f1908dd4f (patch)
tree463ab35d5eb04afd18afcdc2779ffcf0c23a88b2 /core/css/header.css
parent5f40bd106ed81d681167e747f0d62dede8bf3672 (diff)
downloadnextcloud-server-f41edf26bdcef571c4bdb2572f48271f1908dd4f.tar.gz
nextcloud-server-f41edf26bdcef571c4bdb2572f48271f1908dd4f.zip
Fix "More" app icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/css/header.css')
-rw-r--r--core/css/header.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/header.css b/core/css/header.css
index 5f8b3bd873a..4dbd41f5ec7 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -495,6 +495,9 @@ nav[role=navigation] {
width: 20px;
height: 20px;
}
+#appmenu li .icon-more-white {
+ background-image: url("../img/actions/more-white.svg?v=1");
+}
#appmenu li span {
opacity: 0;
position: absolute;