/* 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/. */ @import url(chrome://calendar/skin/shared/calendar-unifinder.css); #bottom-events-box { border-inline-start: 1px solid ThreeDShadow; } #unifinder-searchBox { height: 35px; border-bottom: 1px solid ThreeDShadow; } .unifinder-closebutton { margin-inline-end: 2px; } @media not (prefers-color-scheme: dark) { @media (-moz-windows-default-theme) { #unifinder-searchBox { background-color: #f8f8f8; } } }