1
0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2024-11-12 19:26:42 +00:00
nextcloud-breeze-dark/css/apps/thirdparty/_bbb.scss
2020-06-07 12:30:55 +02:00

31 lines
790 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;
}
/* 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%);
}