mirror of
https://github.com/nextcloud/app_api.git
synced 2025-07-26 15:47:13 +00:00
15 lines
336 B
CSS
15 lines
336 B
CSS
/**
|
|
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
.icon-app-api {
|
|
background-image: url('../img/app-dark.svg');
|
|
filter: var(--background-invert-if-dark);
|
|
}
|
|
|
|
/* For Nextcloud 27 */
|
|
.menuitem.action > img.icon {
|
|
filter: var(--background-invert-if-dark);
|
|
}
|