mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Fix app icon list in dark mode
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
efa1ef5d69
commit
82ab80e6e8
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ $color-border-dark: lighten($color-main-background, 14%);
|
|||
}
|
||||
|
||||
#navigation #apps li a,
|
||||
#body-settings #content.app-settings .app-image-icon,
|
||||
#body-settings #content.app-settings #app-sidebar #app-details-view h2 {
|
||||
#body-settings #content-vue.app-settings .app-image-icon,
|
||||
#body-settings #content-vue.app-settings #app-sidebar #app-details-view h2 {
|
||||
svg {
|
||||
filter: invert(100%);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue