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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-08-26 23:25:04 +02:00
|
|
|
.app-talk .app-settings .app-settings-section:last-child button {
|
2021-08-24 16:46:39 +02:00
|
|
|
border: 1px solid var(--color-border);
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
border: 1px solid var(--color-primary-element);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2021-11-01 11:07:09 +01:00
|
|
|
.icon-menu-people,
|
|
|
|
.icon-menu-people-white {
|
|
|
|
background-image: var(--icon-spreed-menu-people-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-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 {
|
2021-11-28 14:07:53 +01:00
|
|
|
background-image: var(--icon-video-f2f2f2) !important;
|
2021-06-10 17:52:04 +02:00
|
|
|
}
|