diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-06-19 08:28:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-19 08:28:02 -0500 |
commit | 09a027ddff6191ee60584fce104c1a1709f9614b (patch) | |
tree | c1ce8a616a0db909bdbe44712a58f3fe725fb6b3 /apps | |
parent | c9ef998f173cb9dbbf399df5c336c9113b095c4c (diff) | |
parent | adf2f88873c636f1da5c7925d93fcac5c09a9d6d (diff) | |
download | nextcloud-server-09a027ddff6191ee60584fce104c1a1709f9614b.tar.gz nextcloud-server-09a027ddff6191ee60584fce104c1a1709f9614b.zip |
Merge pull request #5450 from nextcloud/fix-appmenu-more-theming
Fix more icon in apps menu on bright backgrounds
Diffstat (limited to 'apps')
-rw-r--r-- | apps/theming/css/theming.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss index ac303f61a6b..3967ad4ce06 100644 --- a/apps/theming/css/theming.scss +++ b/apps/theming/css/theming.scss @@ -26,6 +26,9 @@ #settings .icon-settings-white { background-image: url('../../../core/img/actions/settings-dark.svg'); } + #appmenu .icon-more-white { + background-image: url('../../../core/img/actions/more.svg'); + } } /* Colorized svg images */ |