mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-12 19:26:42 +00:00
33 lines
757 B
SCSS
33 lines
757 B
SCSS
/***
|
|
* @copyright Copyright (c) 2020, Magnus Walbeck <mw@mwalbeck.org>
|
|
*
|
|
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
|
*/
|
|
|
|
/* Spreed ------------------------------------------------------------------- */
|
|
|
|
.app-Talk #app-navigation {
|
|
|
|
.avatardiv--with-menu .icon-more::before {
|
|
color: var(--color-text-active);
|
|
}
|
|
}
|
|
|
|
/* Icons -------------------------------------------------------------------- */
|
|
|
|
// Used by other apps so set it globally
|
|
.icon-talk {
|
|
background-image: var(--icon-spreed-app-dark-f2f2f2) !important;
|
|
}
|
|
|
|
.app-Talk {
|
|
|
|
.icon-lobby {
|
|
background-image: var(--icon-spreed-lobby-f2f2f2) !important;
|
|
}
|
|
|
|
.icon-reply {
|
|
background-image: var(--icon-spreed-reply-f2f2f2) !important;
|
|
}
|
|
}
|