mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-01-24 08:39:38 +00:00
21 lines
605 B
SCSS
21 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);
|
|
}
|
|
}
|