mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #5450 from nextcloud/fix-appmenu-more-theming
Fix more icon in apps menu on bright backgrounds
This commit is contained in:
commit
09a027ddff
1 changed files with 3 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue