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/. */
#calendar-task-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;
}
#task-addition-box {
height: 37px;
}
#calendar-task-details-container {
padding-top: 1px;
}
#task-text-filter-field {
margin: 5px;
}
/* ::::: task actions toolbar ::::: */
#calendar-add-task-button[disabled="true"] {
fill-opacity: 0.4;
}