nextcloud-breeze-dark/css/apps/core/_photos.scss

22 lines
605 B
SCSS

/***
* @copyright Copyright (c) 2023, Magnus Walbeck <mw@mwalbeck.org>
*
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
*/
/* Notifications ------------------------------------------------------------ */
.app-photos#content-vue {
.files-list-viewer__placeholder {
background: var(--color-background-hover) !important;
}
.file-container {
background: var(--color-background-hover) !important;
}
.file-container .selection-checkbox .checkbox-radio-switch__label::after {
background: var(--color-background-darker);
}
}