diff options
author | Joas Schilling <coding@schilljs.com> | 2022-08-05 11:53:50 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-08-05 11:53:50 +0200 |
commit | f41edf26bdcef571c4bdb2572f48271f1908dd4f (patch) | |
tree | 463ab35d5eb04afd18afcdc2779ffcf0c23a88b2 /core/css/header.scss | |
parent | 5f40bd106ed81d681167e747f0d62dede8bf3672 (diff) | |
download | nextcloud-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.scss')
-rw-r--r-- | core/css/header.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index a81469c0658..5f3c4356d32 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -484,6 +484,10 @@ nav[role='navigation'] { height: 20px; } + .icon-more-white { + background-image: url('../img/actions/more-white.svg?v=1'); + } + /* App title */ span { opacity: 0; |