mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
Added white logo for Nextcloud #96
This commit is contained in:
parent
65c313c0e4
commit
f9e0cc40a4
3 changed files with 3 additions and 1 deletions
|
|
@ -134,6 +134,8 @@ a.selectable::after {
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
/**
|
/**
|
||||||
* Invert everything except images (and add a slight blue tint with the sepia() filter)
|
* Invert everything except images (and add a slight blue tint with the sepia() filter)
|
||||||
|
*
|
||||||
|
* `#rl-popups dialog` inverts them all
|
||||||
*/
|
*/
|
||||||
#V-PopupsCompose, #V-PopupsCompose img {
|
#V-PopupsCompose, #V-PopupsCompose img {
|
||||||
filter: invert(95%) sepia(15%) hue-rotate(180deg);
|
filter: invert(95%) sepia(15%) hue-rotate(180deg);
|
||||||
|
|
|
||||||
BIN
integrations/nextcloud/snappymail/img/logo-white-64x64.png
Normal file
BIN
integrations/nextcloud/snappymail/img/logo-white-64x64.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
|
|
@ -70,7 +70,7 @@ class Application extends App implements IBootstrap
|
||||||
'id' => 'snappymail',
|
'id' => 'snappymail',
|
||||||
'order' => 10,
|
'order' => 10,
|
||||||
'href' => $urlGenerator->linkToRoute('snappymail.page.index'),
|
'href' => $urlGenerator->linkToRoute('snappymail.page.index'),
|
||||||
'icon' => $urlGenerator->imagePath('snappymail', 'logo-64x64.png'),
|
'icon' => $urlGenerator->imagePath('snappymail', 'logo-white-64x64.png'),
|
||||||
'name' => \OCP\Util::getL10N('snappymail')->t('Email')
|
'name' => \OCP\Util::getL10N('snappymail')->t('Email')
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue