mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-09 01:46:51 +00:00
35 lines
885 B
SCSS
35 lines
885 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.
|
|
*/
|
|
|
|
/* BigBlueButton ------------------------------------------------------------ */
|
|
|
|
#bbb-react-root th {
|
|
border-bottom-color: var(--color-border) !important;
|
|
}
|
|
|
|
#bbb-warning {
|
|
background-color: var(--color-warning) !important;
|
|
}
|
|
|
|
.bbb-selection {
|
|
background-color: var(--color-main-background) !important;
|
|
}
|
|
|
|
/* Icons -------------------------------------------------------------------- */
|
|
|
|
#bbb-react-root td .action-rename::after,
|
|
#bbb-react-root th .action-rename::after {
|
|
background-image: var(--icon-bbb-rename-f2f2f2) !important;
|
|
}
|
|
|
|
.icon-add-shortcut {
|
|
background-image: var(--icon-bbb-chain-plus-f2f2f2) !important;
|
|
}
|
|
|
|
.fileActionsMenu img[src$="/bbb/img/app-dark.svg"] {
|
|
filter: invert(95%);
|
|
}
|