mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-14 20:16:26 +00:00
68 lines
1.7 KiB
SCSS
68 lines
1.7 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;
|
|
}
|
|
}
|
|
|
|
.app-talk .app-settings .app-settings-section:last-child button {
|
|
border: 1px solid var(--color-border);
|
|
|
|
&:hover {
|
|
border: 1px solid var(--color-primary-element);
|
|
}
|
|
}
|
|
|
|
/* 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;
|
|
}
|
|
|
|
.icon-grid-view {
|
|
background-image: var(--icon-spreed-grid-view-f2f2f2) !important;
|
|
}
|
|
|
|
.icon-promoted-view {
|
|
background-image: var(--icon-spreed-promoted-view-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: var(--icon-video-f2f2f2) !important;
|
|
}
|