/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ notification { border-inline-width: 1px; } :root:not([lwt-tree]):-moz-lwtheme #summary-toolbox { background-image: var(--lwt-header-image) !important; background-repeat: no-repeat; background-position: right top !important; } :root:not([lwt-tree]):-moz-lwtheme #summary-toolbar { background-color: var(--toolbar-bgcolor); } .item-attendees-description { display: flex; flex-direction: column; flex-grow: 1; } .item-attendees, .item-attendees-list-container { height: 90px; min-height: 50px; } .item-description-box { height: 100%; } #calendar-summary-dialog { min-height: 20em; } #calendar-event-summary-dialog { height: 100vh; overflow-y: scroll; } #calendar-summary-dialog-custom-button-footer { margin-block: 10px; margin-inline: 8px 10px; }