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/. */
/* restyle splitter-border to match Thunderbird's layout */
#calendar-view-splitter {
appearance: none;
border-bottom: 1px solid var(--splitter-color);
/* splitter grip area */
height: 5px;
/* make only the splitter border visible */
margin-top: -5px;
/* because of the negative margin needed to make the splitter visible */
position: relative;
z-index: 10;
}
#bottom-events-box {
border-left: 1px solid ThreeDShadow;
}
/* added for new id ..... search box ..... */
#unifinder-searchBox {
background-color: transparent;
border-bottom: 1px solid ThreeDShadow;
height: 37px;
}
.unifinder-closebutton {
margin-inline-end: 2px;
}