diff options
Diffstat (limited to 'comm/calendar/base/themes/osx/calendar-task-view.css')
-rw-r--r-- | comm/calendar/base/themes/osx/calendar-task-view.css | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/comm/calendar/base/themes/osx/calendar-task-view.css b/comm/calendar/base/themes/osx/calendar-task-view.css new file mode 100644 index 0000000000..46a838c074 --- /dev/null +++ b/comm/calendar/base/themes/osx/calendar-task-view.css @@ -0,0 +1,41 @@ +/* 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-task-view.css); + +#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%); + background: -moz-mac-chrome-inactive; + } + + #calendar-task-details-container:-moz-window-inactive { + background-color: -moz-mac-chrome-inactive; + } +} + +#calendar-add-task-button[disabled="true"] { + fill-opacity: .5; +} + +#calendar-add-task-button > .toolbarbutton-text { + margin-inline-start: 0; +} |