Revision control

Copy as Markdown

Other Tools

/* 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/. */
#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 not (prefers-contrast) {
#unifinder-searchBox {
background-color: #f8f8f8;
}
}
}