2020-05-08 12:23:37 +02:00
|
|
|
/***
|
|
|
|
* @copyright Copyright (c) 2020, Magnus Walbeck <mw@mwalbeck.org>
|
|
|
|
*
|
|
|
|
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Spreed ------------------------------------------------------------------- */
|
|
|
|
|
2021-06-16 22:24:46 +02:00
|
|
|
.app-talk,
|
|
|
|
.talkChatTab {
|
|
|
|
.file-preview:hover,
|
|
|
|
.file-preview:focus {
|
|
|
|
background-color: inherit !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-05-08 12:23:37 +02:00
|
|
|
/* Icons -------------------------------------------------------------------- */
|
|
|
|
|
2021-06-16 22:36:49 +02:00
|
|
|
// Used by other apps or just used globally, so it should be available globally
|
2020-05-08 12:23:37 +02:00
|
|
|
.icon-talk {
|
2020-10-06 19:12:45 +02:00
|
|
|
background-image: var(--icon-spreed-app-dark-f2f2f2) !important;
|
2020-05-08 12:23:37 +02:00
|
|
|
}
|
|
|
|
|
2021-06-16 22:36:49 +02:00
|
|
|
.icon-clip-add-file {
|
|
|
|
background-image: var(--icon-spreed-clip-add-file-f2f2f2) !important;
|
|
|
|
}
|
|
|
|
|
2020-06-06 12:34:20 +02:00
|
|
|
.app-talk {
|
2020-10-06 19:12:45 +02:00
|
|
|
.icon-lobby {
|
|
|
|
background-image: var(--icon-spreed-lobby-f2f2f2) !important;
|
|
|
|
}
|
2020-05-08 12:23:37 +02:00
|
|
|
|
2020-10-06 19:12:45 +02:00
|
|
|
.icon-reply {
|
|
|
|
background-image: var(--icon-spreed-reply-f2f2f2) !important;
|
|
|
|
}
|
2020-10-09 23:46:51 +02:00
|
|
|
|
2021-04-11 16:41:54 +02:00
|
|
|
.icon-menu-people {
|
|
|
|
background-image: var(--icon-spreed-menu-people-f2f2f2) !important;
|
|
|
|
}
|
2020-05-08 12:23:37 +02:00
|
|
|
}
|
2021-06-10 17:52:04 +02:00
|
|
|
|
|
|
|
// 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;
|
|
|
|
}
|