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-details-container {
background-color: ButtonFace;
padding-top: 2px;
}
#task-addition-box {
border-bottom-color: #bebebe
}
/* Hide the magnifying glass icon */
#view-task-edit-field,
#unifinder-task-edit-field {
margin-block: 0;
background-image: none;
padding-inline-start: 4px !important;
}
@media not (prefers-color-scheme: dark) {
#task-addition-box:-moz-window-inactive {
border-bottom-color: hsl(0, 0%, 85%);
}
}
#calendar-add-task-button[disabled="true"] {
fill-opacity: .5;
}
#calendar-add-task-button > .toolbarbutton-text {
margin-inline-start: 0;
}