diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /comm/calendar/base/themes/linux/dialogs | |
parent | Initial commit. (diff) | |
download | thunderbird-upstream.tar.xz thunderbird-upstream.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'comm/calendar/base/themes/linux/dialogs')
3 files changed, 53 insertions, 0 deletions
diff --git a/comm/calendar/base/themes/linux/dialogs/calendar-alarm-dialog.css b/comm/calendar/base/themes/linux/dialogs/calendar-alarm-dialog.css new file mode 100644 index 0000000000..435d348aab --- /dev/null +++ b/comm/calendar/base/themes/linux/dialogs/calendar-alarm-dialog.css @@ -0,0 +1,5 @@ +/* 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/dialogs/calendar-alarm-dialog.css); diff --git a/comm/calendar/base/themes/linux/dialogs/calendar-event-dialog.css b/comm/calendar/base/themes/linux/dialogs/calendar-event-dialog.css new file mode 100644 index 0000000000..372b2b5f7b --- /dev/null +++ b/comm/calendar/base/themes/linux/dialogs/calendar-event-dialog.css @@ -0,0 +1,43 @@ +/* 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/. */ + +/*-------------------------------------------------------------------- + * Event dialog keep duration button + *-------------------------------------------------------------------*/ + +#keepduration-button { + min-width: 18px; +} + +#timezone-endtime { + margin-inline-start: 16px; +} + + +#todo-entrydate menulist[is="menulist-editable"][editable="true"], +#todo-duedate menulist[is="menulist-editable"][editable="true"] { + margin-inline-end: 2.4em; +} + +#todo-entrydate::part(dropmarker), +#todo-duedate::part(dropmarker) { + display: block !important; +} + +#percent-complete-textbox { + padding: 3px; +} + +.formatting-button > .toolbarbutton-menu-dropmarker { + appearance: none !important; + margin-inline-start: 3px; +} + +#paragraphPopup > menuitem > .menu-text { + margin-inline-start: 6px !important; +} + +#smileyPopup > menuitem > .menu-text { + margin-inline-start: 1px !important; +} diff --git a/comm/calendar/base/themes/linux/dialogs/calendar-invitations-dialog.css b/comm/calendar/base/themes/linux/dialogs/calendar-invitations-dialog.css new file mode 100644 index 0000000000..8e1c074f73 --- /dev/null +++ b/comm/calendar/base/themes/linux/dialogs/calendar-invitations-dialog.css @@ -0,0 +1,5 @@ +/* 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/dialogs/calendar-invitations-dialog.css); |