1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-01-11 11:28:25 +00:00
nextcloud-breeze-dark/css/apps/official/_spreed.scss

51 lines
1.4 KiB
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,
.talkChatTab {
.file-preview:hover,
.file-preview:focus {
background-color: inherit !important;
}
}
/* Icons -------------------------------------------------------------------- */
// Used by other apps or just used globally, so it should be available globally
.icon-talk {
background-image: var(--icon-spreed-app-dark-f2f2f2) !important;
}
.icon-clip-add-file {
background-image: var(--icon-spreed-clip-add-file-f2f2f2) !important;
}
.icon-menu-people,
.icon-menu-people-white {
background-image: var(--icon-spreed-menu-people-f2f2f2) !important;
}
.app-talk {
.icon-lobby {
background-image: var(--icon-spreed-lobby-f2f2f2) !important;
}
.icon-reply {
background-image: var(--icon-spreed-reply-f2f2f2) !important;
}
}
// Handle situations where a custom colour is used in the theming app that has a bad contrast with white
.app-talk .icon-start-call,
.talk-modal .icon-start-call,
#talk-panel .icon-start-call,
#talk-sidebar .icon-start-call,
#call-container .icon-start-call,
.talkChatTab .icon-start-call {
background-image: url("/svg/core/actions/video?color=ffffff&v=1") !important;
}